diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-07-13 19:43:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-07-14 07:00:40 +0200 |
commit | d7a281d9820d11cc0b9b57791b419fc20d3ed68e (patch) | |
tree | f2d048262099391c202e1ea033e82a6bd9f5fc1e /makechrootpkg.in | |
parent | 0f82a9d2ea0d049906148cc6ba1cb2c4ff7d1d86 (diff) | |
download | devtools32-d7a281d9820d11cc0b9b57791b419fc20d3ed68e.tar.xz |
makechrootpkg: Skip integrity checks inside the chrootv20170714archlinux32/v20170714
We've already done these during download_sources().
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r-- | makechrootpkg.in | 2 |
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 |