makechrootpkg: Skip integrity checks inside the chroot

We've already done these during download_sources().
This commit is contained in:
Jan Alexander Steffens (heftig) 2017-07-13 19:43:52 +02:00
parent 0cbc179d21
commit 75fdff1811
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 1 additions and 1 deletions

View File

@ -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