Merge pull request #16 from manjaro/master

Proper Fix for #14
This commit is contained in:
Philip Müller 2015-01-09 08:51:58 +01:00
commit 82b9f6e3c5

View file

@ -52,8 +52,8 @@ chroot_clean(){
chroot_update(){
lock 9 "${chrootdir}/root.lock" "Locking clean chroot"
chroot-run_args="$(${mkchroot_args[*]} | sed s/-L//)"
chroot-run ${chroot-run_args} \
chrootrun_args="$(${mkchroot_args[*]} | sed s/-L//)"
chroot-run ${chrootrun_args} \
"${chrootdir}/root" \
pacman -Syu --noconfirm || abort
}