calamares/build.sh
2024-08-30 22:56:24 +03:30

7 lines
83 B
Bash

mkdir ./build
cp ./PKGBUILD ./build
cd ./build
makepkg -sc
echo "build done...."