diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-07-13 19:43:52 +0200 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-07-13 19:43:52 +0200 |
commit | 75fdff1811a0487f82c75b2e260da905102b4eea (patch) | |
tree | b6ffeb6bd978f7ed11315cc2fa6e333d310afdb7 | |
parent | 0cbc179d212d7a26f8c6c2dcd589726cc20d1022 (diff) | |
download | devtools32-75fdff1811a0487f82c75b2e260da905102b4eea.tar.xz |
makechrootpkg: Skip integrity checks inside the chroot
We've already done these during download_sources().
-rw-r--r-- | makechrootpkg.in | 2 |
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 |