Newer version of the script upstream

This commit is contained in:
Pierre Pronchery 2014-03-13 13:42:06 +09:00
parent 0fd8da5e6b
commit d77c87cc58

View File

@ -83,7 +83,7 @@ while getopts "ciuP:" name; do
uninstall=1
;;
P)
PREFIX="$2"
PREFIX="$OPTARG"
;;
?)
_usage