summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--archbuild.in2
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.'