makepkg: readd -p option that was lost in getopt conversion

The -p option was accidentally dropped in commit
54b71f0427. Readd it.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-10-26 18:36:08 -05:00
parent 0cff7c6bdf
commit b609cb0a5d
1 changed files with 1 additions and 0 deletions

View File

@ -1092,6 +1092,7 @@ while true; do
-L|--log) LOGGING=1 ;;
-m|--nocolor) USE_COLOR='n' ;;
-o|--nobuild) NOBUILD=1 ;;
-p) shift; BUILDSCRIPT=$1 ;;
-r|--rmdeps) RMDEPS=1 ;;
-R|--repackage) REPKG=1 ;;
--source) SOURCEONLY=1 ;;