archbuild: Store chroots in /var/lib instead of /var/tmp

/var/tmp is cleaned up by tmpfiels by default which we cannot handle gracefully.
This commit is contained in:
Pierre Schmitz 2012-06-12 06:53:11 +02:00
parent c5cd72c085
commit e44c49aebb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
repo=${tag%-*}
arch=${tag##*-}
fi
chroots='/var/tmp/archbuild'
chroots='/var/lib/archbuild'
clean_first=false
usage() {