gnome-parch/build.sh

9 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
rm -rf build
mkdir build
cd rootfs
zip -r ../build/rootfs.zip ./*
cd ../build
2024-07-24 18:37:46 +03:30
cp ../PKGBUILD ../gnome-parch.install .
makepkg -sc