From b9bf727e3325eb092d7dab7b93e1ec1aa4167b9f Mon Sep 17 00:00:00 2001 From: Alastair Hughes Date: Sun, 3 Apr 2016 16:19:49 +1200 Subject: makepkg: ignore the architecture for --printsrcinfo Signed-off-by: Alastair Hughes Signed-off-by: Allan McRae (cherry picked from commit 87082e3f44c4f92c63d881db38a0fff0565fc9bc) --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8d20e25d..b2be4a0b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1824,7 +1824,7 @@ while true; do -o|--nobuild) NOBUILD=1 ;; -p) shift; BUILDFILE=$1 ;; --packagelist) PACKAGELIST=1 IGNOREARCH=1;; - --printsrcinfo) PRINTSRCINFO=1 ;; + --printsrcinfo) PRINTSRCINFO=1 IGNOREARCH=1;; -r|--rmdeps) RMDEPS=1 ;; -R|--repackage) REPKG=1 ;; --sign) SIGNPKG='y' ;; -- cgit v1.2.3-54-g00ecf