Author: pierre
Date: Sat Mar  4 03:58:31 2017
New Revision: 3900

Log:
Add soundtouchs case to packInstall.sh.porg

Modified:
   jhalfs/branches/new_features/pkgmngt/packInstall.sh.porg

Modified: jhalfs/branches/new_features/pkgmngt/packInstall.sh.porg
==============================================================================
--- jhalfs/branches/new_features/pkgmngt/packInstall.sh.porg    Fri Mar  3 
13:16:40 2017        (r3899)
+++ jhalfs/branches/new_features/pkgmngt/packInstall.sh.porg    Sat Mar  4 
03:58:31 2017        (r3900)
@@ -29,6 +29,10 @@
     local VERSION2=$(sed -n 's/.*icu-minor[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
     VERSION=$VERSION1.$VERSION2
     ;;
+  soundtouch*)
+    local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
+    VERSION=$(sed -n 's/.*soundtouch[^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