Author: pierre
Date: Sun Jul  5 22:46:07 2020
New Revision: 4187

Log:
Forgot one instance of minor scriptlet number removal

Modified:
   jhalfs/trunk/pkgmngt/packInstall.sh.porg

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==============================================================================
--- jhalfs/trunk/pkgmngt/packInstall.sh.porg    Sun Jul  5 22:44:22 2020        
(r4186)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porg    Sun Jul  5 22:46:07 2020        
(r4187)
@@ -127,7 +127,7 @@
 # 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
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to