Author: pierre
Date: Sat Jan 30 00:33:14 2016
New Revision: 3853

Log:
Add possibility for lzma extension when untarring in BLFS tools

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Fri Jan  1 10:24:07 2016        (r3852)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Jan 30 00:33:14 2016        (r3853)
@@ -104,7 +104,7 @@
         </xsl:if>
         <xsl:text>rm -rf
 case $PACKAGE in
-  *.tar.gz|*.tar.bz2|*.tar.xz|*.tgz)
+  *.tar.gz|*.tar.bz2|*.tar.xz|*.tgz|*.tar.lzma)
      tar -xvf $PACKAGE &gt; unpacked
      UNPACKDIR=`grep '[^./]\+' unpacked | head -n1 | sed 's@^./@@;s@/.*@@'`
      ;;
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to