From 75fdff1811a0487f82c75b2e260da905102b4eea Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Thu, 13 Jul 2017 19:43:52 +0200 Subject: [PATCH] makechrootpkg: Skip integrity checks inside the chroot We've already done these during download_sources(). --- makechrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index 63e6b10..8d8fd05 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