From 87082e3f44c4f92c63d881db38a0fff0565fc9bc 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 --- 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 a909fbb5..b87eb8a2 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1710,7 +1710,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-24-g4f1b