Skip to content

Commit

Permalink
restored default chroot dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EffeErre committed Jul 9, 2011
1 parent 61f057a commit 44ed165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeworld
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ shopt -s nullglob
export LC_ALL="C"
do_rsync="${HABSCHROOTRSYNC:-y}"
host_arch=$(uname -m) || die "cannot determine host architecture"
chroot_dir="${HABSCHROOTDIR:-/home/tmp}/chroot-${host_arch}"
chroot_dir="${HABSCHROOTDIR:-/var/tmp}/chroot-${host_arch}"
chroot_rootdir="${chroot_dir}/root"
chroot_copydir="${chroot_dir}/copy"
declare -r do_rsync host_arch chroot_dir chroot_rootdir chroot_copydir
Expand Down

0 comments on commit 44ed165

Please sign in to comment.