diff options
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 /makechrootpkg.in | |
parent | c2a75424db117c90d4662d4970fafc4c04910666 (diff) |
makechrootpkg: remove extra arguments to /chrootbuild
They have been part of the file itself via %q for a while.
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r-- | makechrootpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |