summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-06 14:04:21 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-06 14:04:21 -0600
commit3286d45fb790c9b7bc1c9669ca0338e4ab60da11 (patch)
tree209a0e5689e3d14b6f60e5fedff793a6a6f42015
parentc2a75424db117c90d4662d4970fafc4c04910666 (diff)
makechrootpkg: remove extra arguments to /chrootbuild
They have been part of the file itself via %q for a while.
-rw-r--r--makechrootpkg.in2
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