From 74f06f9d76b0663ac1f4719c560f59a0065a1072 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 7 Oct 2024 13:27:42 +0330 Subject: [PATCH] updated build script --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index a1a8ab2..d3c95b4 --- a/build.sh +++ b/build.sh @@ -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