From 3286d45fb790c9b7bc1c9669ca0338e4ab60da11 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Jun 2015 14:04:21 -0600 Subject: makechrootpkg: remove extra arguments to /chrootbuild They have been part of the file itself via %q for a while. --- makechrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3