Modificar Xfce32/BldHelper.sh

Signed-off-by: Manuel  Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
Manuel Fernando da silva rosa 2023-06-14 14:07:08 +00:00
parent b2571438f1
commit fb802e1dfb
1 changed files with 3 additions and 3 deletions

View File

@ -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