Author: pierre
Date: Tue Dec  9 12:58:02 2014
New Revision: 3813

Log:
Fix version extraction for XML-Parser

Modified:
   jhalfs/trunk/common/libs/func_wrt_Makefile

Modified: jhalfs/trunk/common/libs/func_wrt_Makefile
==============================================================================
--- jhalfs/trunk/common/libs/func_wrt_Makefile  Sat Nov 29 13:17:49 2014        
(r3812)
+++ jhalfs/trunk/common/libs/func_wrt_Makefile  Tue Dec  9 12:58:02 2014        
(r3813)
@@ -139,7 +139,7 @@
      iproute*)             echo ${1} | sed -e 's@^[^-]*-@@' \
                                            -e 's@\.tar.*@@'
         ;;
-     pkg*|udev*|Singular*)
+     pkg*|udev*|Singular*|XML*)
                            echo ${1} | sed -e 's@^.*[a-z]-\([[:digit:]]\)@\1@' 
\
                                            -e 's@\.tar.*@@' \
                                            -e 's@\.zip.*@@'
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to