index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Alastair Hughes <hobbitalastair@gmail.com> | 2016-02-06 20:54:31 +1300 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-02-20 14:01:53 +1000 |
commit | c72ca3d539072acf55b4deb3a5646ce0717f08a1 (patch) | |
tree | 1323261d973e0159f77d95e3b591375fc4d4723a /scripts | |
parent | 3cb1669e07106e9108976a76b7d2f37e659bce6c (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 3 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 80b95f41..16c21b72 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1803,7 +1803,8 @@ while true; do -e|--noextract) NOEXTRACT=1 ;; -f|--force) FORCE=1 ;; -F) INFAKEROOT=1 ;; - -g|--geninteg) GENINTEG=1 ;; + # generating integrity checks does not depend on architecture + -g|--geninteg) GENINTEG=1 IGNOREARCH=1;; --holdver) HOLDVER=1 ;; -i|--install) INSTALL=1 ;; --key) shift; GPGKEY=$1 ;; |