diff --git a/my-distro-debian-32-pae/BldHelper.sh b/my-distro-debian-32-pae/BldHelper.sh index 92fa4fb3..00f8d858 100755 --- a/my-distro-debian-32-pae/BldHelper.sh +++ b/my-distro-debian-32-pae/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,4 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato - +rm -rf build diff --git a/my-distro-debian-32/BldHelper.sh b/my-distro-debian-32/BldHelper.sh index 7f8e79ca..01a7c971 100755 --- a/my-distro-debian-32/BldHelper.sh +++ b/my-distro-debian-32/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,5 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato +rm -rf build diff --git a/my-distro-debian-64/BldHelper.sh b/my-distro-debian-64/BldHelper.sh index 357068d0..1ce45cec 100755 --- a/my-distro-debian-64/BldHelper.sh +++ b/my-distro-debian-64/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,5 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato +rm -rf build diff --git a/my-distro-devuan-32-pae/BldHelper.sh b/my-distro-devuan-32-pae/BldHelper.sh index f5ff537e..5c94464e 100755 --- a/my-distro-devuan-32-pae/BldHelper.sh +++ b/my-distro-devuan-32-pae/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,5 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato +rm -rf build diff --git a/my-distro-devuan-32/BldHelper.sh b/my-distro-devuan-32/BldHelper.sh index 55cd4d42..86ccc125 100755 --- a/my-distro-devuan-32/BldHelper.sh +++ b/my-distro-devuan-32/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,4 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato - +rm -rf build diff --git a/my-distro-devuan-64/BldHelper.sh b/my-distro-devuan-64/BldHelper.sh index 565f11e4..96b396ca 100755 --- a/my-distro-devuan-64/BldHelper.sh +++ b/my-distro-devuan-64/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,4 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato - +rm -rf build diff --git a/my-distro-ubuntu-64/BldHelper.sh b/my-distro-ubuntu-64/BldHelper.sh index 1557bbf5..cc014149 100755 --- a/my-distro-ubuntu-64/BldHelper.sh +++ b/my-distro-ubuntu-64/BldHelper.sh @@ -22,7 +22,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 @@ -47,5 +47,5 @@ lb clean # Remove the "fusato" directory and its contents cd .. -rm -rf fusato +rm -rf build