updated build script
This commit is contained in:
parent
59f8c24ef4
commit
74f06f9d76
1 changed files with 10 additions and 0 deletions
10
build.sh
Normal file → Executable file
10
build.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Reference in a new issue