Author: pierre
Date: Mon Mar 19 14:01:06 2018
New Revision: 4060

Log:
Fix packInstall.sh.porg for junit

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

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==============================================================================
--- jhalfs/trunk/pkgmngt/packInstall.sh.porg    Sat Mar 10 21:55:16 2018        
(r4059)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porg    Mon Mar 19 14:01:06 2018        
(r4060)
@@ -75,6 +75,9 @@
   libuv*) # can contain -vd.d or just -d.d
     VERSION=$(echo $1 | sed 's/^.*[v-]//')
     ;;
+  junit*) # can contain -rd.d or just -d.d
+    VERSION=$(echo $1 | sed 's/^.*[r-]//')
+    ;;
   *)
     VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
     ;;
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to