Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-10 18:52:48 +0200
committerErich Eckner <git@eckner.net>2021-02-13 14:06:33 +0100
commitfb49e13af41b16a31abe5ee392b6d6b61f10200e (patch)
tree7c6d90d29cf22d44d2ec2b02f80cf2584581d32f
parentc119ca95e78b779bca9325e1f8fd22c6479469db (diff)
archbuild: run mkarchroot with "-s"
-rw-r--r--archbuild.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/archbuild.in b/archbuild.in
index 80d149a..cfbd415 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -101,6 +101,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
rm -rf --one-file-system "${chroots}/${repo}-${arch}"
(umask 0022; mkdir -p "${chroots}/${repo}-${arch}")
${set_arch:+setarch "${set_arch}"} mkarchroot \
+ -s \
-C "${pacman_config}" \
-M "${makepkg_config}" \
${cache_dir} \