find-lang: add --with-qt option to getopt (ALT#28288)

This commit is contained in:
Дмитрий Левин 2013-03-10 00:04:56 +00:00
parent 59b7b16f3f
commit 5a139641b0

View File

@ -79,7 +79,7 @@ EOF
exit 0
}
TEMP=`getopt -n "$PROG" -o h -l without-mo,with-man,with-gnome,with-kde,all-name,custom-dir-script:,custom-file-script:,custom-link-script:,append,output:,topdir:,help,version -- "$@"` || Usage
TEMP=`getopt -n "$PROG" -o h -l without-mo,with-man,with-gnome,with-kde,with-qt,all-name,custom-dir-script:,custom-file-script:,custom-link-script:,append,output:,topdir:,help,version -- "$@"` || Usage
eval set -- "$TEMP"
: ${TOPDIR:=$RPM_BUILD_ROOT}