Forgot one instance of minor scriptlet number removal
This commit is contained in:
parent
89bcb1be0e
commit
2f8d952deb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue