diff --git a/Lxqt/BldHelper.sh b/Lxqt/BldHelper.sh index 27c4736..2c4d88c 100755 --- a/Lxqt/BldHelper.sh +++ b/Lxqt/BldHelper.sh @@ -23,7 +23,7 @@ cd ${WorkingDir} ./build.sh # Move and rename the ISO file -cd fusato +cd build mv *.iso ${FileName}-${TODAY}.iso # Create the checksum file for the ISO @@ -46,7 +46,7 @@ fi # Clean the build folder lb clean -# Remove the "fusato" directory and its contents +# Remove the "build" directory and its contents cd .. -rm -rf fusato +rm -rf build