updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / arch64 / script-arch64
blobe93cf8570bc8de82e86707fdcc5f301009e75eb9
1 # Default settings for chroot setup and exec scripts.
2 # See schroot-script-config(5) for further details.
4 # Filesystems to mount inside the chroot.
5 FSTAB="/etc/schroot/mount-arch64"
7 # Files to copy from the host system into the chroot.
8 COPYFILES="/etc/schroot/copyfiles-arch64"
10 # Is sbuild installed?
11 if [ -x /usr/bin/sbuild ]; then
12   SBUILD="true"
13 else
14   SBUILD="false"