aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams4
1 files changed, 4 insertions, 0 deletions
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;