summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-07-13 19:43:52 +0200
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-07-13 19:43:52 +0200
commit75fdff1811a0487f82c75b2e260da905102b4eea (patch)
treeb6ffeb6bd978f7ed11315cc2fa6e333d310afdb7
parent0cbc179d212d7a26f8c6c2dcd589726cc20d1022 (diff)
downloaddevtools-75fdff1811a0487f82c75b2e260da905102b4eea.tar.gz
devtools-75fdff1811a0487f82c75b2e260da905102b4eea.zip
makechrootpkg: Skip integrity checks inside the chroot
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 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