Remove /tmp/archlive before building. Otherwise latest changes are not built. (#3993)
This commit is contained in:
parent
fff783ed93
commit
20718ead79
|
|
@ -18,6 +18,9 @@ packages=(
|
|||
python-textual
|
||||
)
|
||||
|
||||
if [ -d "/tmp/archlive" ]; then
|
||||
rm -rf "/tmp/archlive"
|
||||
fi
|
||||
mkdir -p /tmp/archlive/airootfs/root/archinstall-git
|
||||
cp -r . /tmp/archlive/airootfs/root/archinstall-git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue