From facf8b94b61d438c9f4cf1bdee875018ce94be49 Mon Sep 17 00:00:00 2001 From: Manuel Fernando da silva rosa Date: Wed, 14 Jun 2023 14:04:31 +0000 Subject: [PATCH] Modificar Lxde/BldHelper.sh Signed-off-by: Manuel Fernando da silva rosa --- Lxde/BldHelper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lxde/BldHelper.sh b/Lxde/BldHelper.sh index 366bea5..ea23708 100755 --- a/Lxde/BldHelper.sh +++ b/Lxde/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