index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | makechrootpkg | 2 |
diff --git a/makechrootpkg b/makechrootpkg index 8c3910f..35ca076 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -138,7 +138,7 @@ fi if [ $update_first -eq 1 ]; then echo "updating chroot" - mkarchroot -u "$uniondir" + mkarchroot -r "pacman -Syu --noconfirm" "$uniondir" fi echo "moving build files to chroot" |