Forgot one instance of minor scriptlet number removal

This commit is contained in:
Pierre Labastie 2020-07-06 05:46:07 +00:00
parent 89bcb1be0e
commit 2f8d952deb

View file

@ -127,7 +127,7 @@ packInstall() {
# With porg, we need only the package name to make the tarball
local TGTPKG=$(basename $PKG_DEST)
local PACKAGE=$(echo ${TGTPKG} | sed 's/^[0-9]\{3,4\}-//' |
sed 's/^[0-9]\{1\}-//')
sed 's/^[0-9]\{2\}-//')
local PCKGVRS=$(basename $PKGDIR)
# Porg converts package names to lowercase anyway, so do the conversion
# ourselves