[buildpkg] another try to fix #143

This commit is contained in:
Philip 2015-09-23 08:14:42 +02:00
parent 34ed9058eb
commit 91417f6862

View file

@ -165,7 +165,7 @@ makepkg_conf="${PKGDATADIR}/makepkg-${arch}.conf"
mirrors_conf="${PKGDATADIR}/pacman-mirrors-${branch}.conf"
chroot_run_args+=(-C ${pacman_conf} -M ${makepkg_conf} -S ${mirrors_conf} -B "${build_mirror}/${branch}")
mkchroot_args+=(${chroot_run_args} -L)
mkchroot_args+=(-C ${pacman_conf} -M ${makepkg_conf} -S ${mirrors_conf} -B "${build_mirror}/${branch}" -L)
mkchrootpkg_args+=(-r ${work_dir})