summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-27 15:09:40 +0100
committerErich Eckner <git@eckner.net>2020-12-27 15:09:40 +0100
commit0bad189e59045d2c66f6b964655dc5218ee7f41f (patch)
tree75b0f221c2f25702bd8ab2787865abc4c82337b1
parent2060d3abdd013c5c28de055b59848340ae690e04 (diff)
downloaddevtools32-0bad189e59045d2c66f6b964655dc5218ee7f41f.tar.xz
archbuild: do not run checkpkg by defaultarchlinuxewe-20201227
-rw-r--r--archbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in
index 38f6619..3f5b772 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -5,7 +5,7 @@ m4_include(lib/common.sh)
m4_include(lib/archroot.sh)
base_packages=(base base-devel)
-makechrootpkg_args=(-c -n -C)
+makechrootpkg_args=(-c -n)
cmd="${0##*/}"
if [[ "${cmd%%-*}" == 'multilib' ]]; then