From 9947fdfafadd0d5fe4a19ff38f1e55ead0d95ac2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Jun 2011 07:21:36 +0000 Subject: newapkbuild: use -y for python instead of -q --- newapkbuild.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'newapkbuild.in') diff --git a/newapkbuild.in b/newapkbuild.in index dce3133..85f87b5 100755 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -268,14 +268,14 @@ usage() { echo " -h Show this help" echo " -l Set package license to LICENSE" echo " -p Create perl package (Assume Makefile.PL is there)" - echo " -q Create python package (Assume setup.py is there)" + echo " -y Create python package (Assume setup.py is there)" echo " -u Set package URL" echo " -s Use sourceforge source URL" echo "" exit 0 } -while getopts "acd:fhl:pqu:s" opt; do +while getopts "acd:fhl:pyu:s" opt; do case $opt in 'a') buildtype="autotools";; 'c') cpinitd=1;; @@ -284,7 +284,7 @@ while getopts "acd:fhl:pqu:s" opt; do 'h') usage;; 'l') license="$OPTARG";; 'p') buildtype="perl";; - 'q') buildtype="python";; + 'y') buildtype="python";; 'u') url="$OPTARG";; 's') sourceforge=1;; esac -- cgit v1.2.3-70-g09d2