summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'archbuild.in')
-rw-r--r--archbuild.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/archbuild.in b/archbuild.in
index 4c51195..0ed88e6 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -41,17 +41,17 @@ done
check_root
-# Pass all arguments after -- right to makepkg
-makechrootpkg_args+=("${@:$OPTIND}")
-
if [ "${arch}" = "x86_64" ]; then
cache_dir=''
else
mkdir -p '/var/cache/archbuild32'
- cache_dir='-c /var/cache/archbuild32'
- makechrootpkg_args+=('-d /var/cache/archbuild32')
+ cache_dir='-c/var/cache/archbuild32'
+ makechrootpkg_args+=('-d/var/cache/archbuild32')
fi
+# Pass all arguments after -- right to makepkg
+makechrootpkg_args+=("${@:$OPTIND}")
+
if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
msg "Creating chroot for [%s] (%s)..." "${repo}" "${arch}"