mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
makepkg: ignore the architecture for --printsrcinfo
Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
7bebe4deff
commit
87082e3f44
@ -1710,7 +1710,7 @@ while true; do
|
|||||||
-o|--nobuild) NOBUILD=1 ;;
|
-o|--nobuild) NOBUILD=1 ;;
|
||||||
-p) shift; BUILDFILE=$1 ;;
|
-p) shift; BUILDFILE=$1 ;;
|
||||||
--packagelist) PACKAGELIST=1 IGNOREARCH=1;;
|
--packagelist) PACKAGELIST=1 IGNOREARCH=1;;
|
||||||
--printsrcinfo) PRINTSRCINFO=1 ;;
|
--printsrcinfo) PRINTSRCINFO=1 IGNOREARCH=1;;
|
||||||
-r|--rmdeps) RMDEPS=1 ;;
|
-r|--rmdeps) RMDEPS=1 ;;
|
||||||
-R|--repackage) REPKG=1 ;;
|
-R|--repackage) REPKG=1 ;;
|
||||||
--sign) SIGNPKG='y' ;;
|
--sign) SIGNPKG='y' ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user