porg: fix wrapInstall command
This commit is contained in:
parent
3940a45db3
commit
5126ee3663
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ PACKAGE=${PACKAGE,,}
|
||||||
# name is not normalized, several hacks are necessary (now in function
|
# name is not normalized, several hacks are necessary (now in function
|
||||||
# extract_version)...
|
# extract_version)...
|
||||||
VERSION=$(extract_version $PCKGVRS)
|
VERSION=$(extract_version $PCKGVRS)
|
||||||
porg -+ -lp ${PACKAGE}-${VERSION} sh -e << PORG_EOF
|
porg -+ -lp ${PACKAGE}-${VERSION} -- sh -e << PORG_EOF
|
||||||
$*
|
$*
|
||||||
PORG_EOF
|
PORG_EOF
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue