From 10eba28151b1bf3ca5c29ccfb524f0cb85958c1d Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 22 Jan 2013 20:12:36 +0100 Subject: archbuild: fix default build flags --- archbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archbuild.in') diff --git a/archbuild.in b/archbuild.in index 44288df..4054de7 100644 --- a/archbuild.in +++ b/archbuild.in @@ -38,7 +38,7 @@ while getopts 'hcr:' arg; do done # Pass all arguments after -- right to makepkg -makechrootpkg_args=("${@:$OPTIND}") +makechrootpkg_args+=("${@:$OPTIND}") if (( EUID )); then die 'This script must be run as root.' -- cgit v1.2.3-24-g4f1b