Author: pierre
Date: Wed Aug 23 01:45:02 2017
New Revision: 4005

Log:
One more special version case (xvid)

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

Modified: jhalfs/trunk/pkgmngt/packInstall.sh.porg
==============================================================================
--- jhalfs/trunk/pkgmngt/packInstall.sh.porg    Tue Aug 22 02:00:49 2017        
(r4004)
+++ jhalfs/trunk/pkgmngt/packInstall.sh.porg    Wed Aug 23 01:45:02 2017        
(r4005)
@@ -37,6 +37,10 @@
     local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
     VERSION=$(sed -n 's/.*soundtouch[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
     ;;
+  xvid*)
+    local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
+    VERSION=$(sed -n 's/.*xvid[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
+    ;;
   xf86-video-intel)
     local PACKENT=$(dirname 
$PACK_INSTALL)/blfs-xml/x/installing/x7driver-intel.xml
     VERSION=$(sed -n '/<!--/!s/.*-version[^;][^0-9]*\([^"]*\).*/\1/p' $PACKENT)
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to