Modificar Mate/BldHelper.sh
Signed-off-by: Manuel Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
parent
ce792afd90
commit
2a26c22dee
|
@ -23,7 +23,7 @@ cd ${WorkingDir}
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
||||||
# Move and rename the ISO file
|
# Move and rename the ISO file
|
||||||
cd fusato
|
cd build
|
||||||
mv *.iso ${FileName}-${TODAY}.iso
|
mv *.iso ${FileName}-${TODAY}.iso
|
||||||
|
|
||||||
# Create the checksum file for the ISO
|
# Create the checksum file for the ISO
|
||||||
|
@ -46,7 +46,7 @@ fi
|
||||||
# Clean the build folder
|
# Clean the build folder
|
||||||
lb clean
|
lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "build" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue