From 9c199e6ebd00b41e77472941ae92c526bdcec8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 30 Dec 2009 17:38:09 +0100 Subject: pdebuild: Add architecture flag; #516625 pdebuild: add support for setting the architecture on the command-line and in pbuilderrc; closes: #516625. --- pdebuild-checkparams | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pdebuild-checkparams') diff --git a/pdebuild-checkparams b/pdebuild-checkparams index 1522fc8..b6ba0ed 100644 --- a/pdebuild-checkparams +++ b/pdebuild-checkparams @@ -55,6 +55,10 @@ while [ -n "$1" ]; do shift; shift; ;; # pdebuild specific options. + --architecture) + ARCHITECTURE="$2" + shift; shift; + ;; --auto-debsign) AUTO_DEBSIGN="yes" shift; -- cgit v1.2.3