apk: fix --root/-p option

cute-signatures
Natanael Copa 2009-01-16 09:57:53 +00:00
parent 33cb598bdf
commit d8837aa6f4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ int main(int argc, char **argv)
while ((r = getopt_long(argc, argv, short_options,
generic_options, &optindex)) != -1) {
switch (r) {
case 'Q':
case 'p':
apk_root = optarg;
break;
case 'X':