From 10eba28151b1bf3ca5c29ccfb524f0cb85958c1d Mon Sep 17 00:00:00 2001
From: Pierre Schmitz <pierre@archlinux.de>
Date: Tue, 22 Jan 2013 20:12:36 +0100
Subject: [PATCH] archbuild: fix default build flags

---
 Makefile     | 2 +-
 archbuild.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 3232773..f730f75 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20130120
+V=20130122
 
 PREFIX = /usr/local
 
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.'
-- 
GitLab