Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-07-13 19:43:52 +0200
committerErich Eckner <git@eckner.net>2017-07-14 07:00:40 +0200
commitd7a281d9820d11cc0b9b57791b419fc20d3ed68e (patch)
treef2d048262099391c202e1ea033e82a6bd9f5fc1e
parent0f82a9d2ea0d049906148cc6ba1cb2c4ff7d1d86 (diff)
makechrootpkg: Skip integrity checks inside the chrootv20170714archlinux32/v20170714
We've already done these during download_sources().
-rw-r--r--makechrootpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index a262a67..81f69fe 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -16,7 +16,7 @@ m4_include(lib/archroot.sh)
shopt -s nullglob
init_variables() {
- default_makepkg_args=(--syncdeps --noconfirm --log --holdver)
+ default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg)
makepkg_args=("${default_makepkg_args[@]}")
repack=false
update_first=false