index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 14:04:21 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 14:04:21 -0600 |
commit | 3286d45fb790c9b7bc1c9669ca0338e4ab60da11 (patch) | |
tree | 209a0e5689e3d14b6f60e5fedff793a6a6f42015 | |
parent | c2a75424db117c90d4662d4970fafc4c04910666 (diff) |
-rw-r--r-- | makechrootpkg.in | 2 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 78e3894..1d7ba5e 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -393,7 +393,7 @@ if arch-nspawn "$copydir" \ --bind-ro="$PWD:/startdir_host" \ --bind-ro="$SRCDEST:/srcdest_host" \ "${bindmounts_ro[@]}" "${bindmounts_rw[@]}" \ - /chrootbuild "${makepkg_args[@]}" + /chrootbuild then move_products else |