alterar o nome da pasta de construçao
This commit is contained in:
parent
aec7e0b6fa
commit
b3602dfd07
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,4 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,5 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,5 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,5 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,4 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,4 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,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
|
||||||
|
@ -47,5 +47,5 @@ lb clean
|
||||||
|
|
||||||
# Remove the "fusato" directory and its contents
|
# Remove the "fusato" directory and its contents
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fusato
|
rm -rf build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue