updated build script

This commit is contained in:
Sohrab Behdani 2024-10-07 13:27:42 +03:30
parent 59f8c24ef4
commit 74f06f9d76

10
build.sh Normal file → Executable file
View file

@ -1,3 +1,13 @@
# Removing old Dir
echo "removing old build directory"
rm -rf ./build
# Building new calamares
echo "starting the build"
mkdir ./build
cp ./PKGBUILD ./build
cd ./build