summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-16 21:31:37 +0200
committerErich Eckner <git@eckner.net>2017-06-16 21:31:37 +0200
commit0e8a0807547251e08560a213e7f940c16b4025be (patch)
tree9e6c9670befbfef584528a30c048d7c50a15b0f6 /archbuild.in
parent6d847f9c794f13515102e6d564c7d7336663c1a6 (diff)
downloaddevtools32-7660bc4ec782c1799f6a1fcafd62fe7f28cc410c.tar.xz
bugfixes concerning $CARCH, Architecture= and --cachev20170616archlinux32/v20170616
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}"