makepkg: ignore the architecture for --printsrcinfo
Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit 87082e3f44
)
This commit is contained in:
parent
2f1797783e
commit
b9bf727e33
1 changed files with 1 additions and 1 deletions
|
@ -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' ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue