Skip to content

Commit

Permalink
fix minor bugs in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Batcastle committed Feb 11, 2024
1 parent 92c0802 commit fe8b601
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ fi
##############################################################
cp nuitka_compile.sh ../"$FOLDER"/
cp compile.conf ../"$FOLDER"/
base="$PWD"
cd ../"$FOLDER"/
./nuitka_compile.sh
cd "$base"
##############################################################
# #
# #
Expand All @@ -145,6 +147,7 @@ tar --verbose --create --xz -f changelog.gz changelog 1>/dev/null
rm changelog
cd ../../../..
base="$PWD"
cp -R usr/share/doc/$PAK ../"$FOLDER"/usr/share/doc/$PAK
cd ..
#DELETE STUFF HERE
if [ "$OPTIONS" != "--pool" ]; then
Expand Down

0 comments on commit fe8b601

Please sign in to comment.