do not delete build folders in install script as this lead to problems
This commit is contained in:
parent
ad3882efc7
commit
647ee84f36
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
build="archiso-profile-do-not-delete"
|
build="/tmp/archiso-profile-do-not-delete"
|
||||||
out="built-isos"
|
out="built-isos"
|
||||||
profile="releng"
|
profile="releng"
|
||||||
work="/tmp/archiso-tmp"
|
work="/tmp/archiso-tmp"
|
||||||
|
@ -31,5 +31,3 @@ EOF
|
||||||
sudo mkarchiso -v -w $work -o "${out}" $build/$profile
|
sudo mkarchiso -v -w $work -o "${out}" $build/$profile
|
||||||
|
|
||||||
echo "Successfully built arch installation image in ${out}"
|
echo "Successfully built arch installation image in ${out}"
|
||||||
sudo rm -r $work
|
|
||||||
rm -r $build
|
|
||||||
|
|
Loading…
Reference in a new issue