porg: fix wrapInstall command

This commit is contained in:
Pierre Labastie 2023-03-07 22:23:37 +01:00
parent 3940a45db3
commit 5126ee3663
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ PACKAGE=${PACKAGE,,}
# name is not normalized, several hacks are necessary (now in function
# extract_version)...
VERSION=$(extract_version $PCKGVRS)
porg -+ -lp ${PACKAGE}-${VERSION} sh -e << PORG_EOF
porg -+ -lp ${PACKAGE}-${VERSION} -- sh -e << PORG_EOF
$*
PORG_EOF
}