From af20a037df99f8785f758e04ef2fa7ab9a0c7ec6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 30 Jan 2016 08:36:23 +0000 Subject: [PATCH] Merge trunk r3853 --- BLFS/xsl/scripts.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/xsl/scripts.xsl b/BLFS/xsl/scripts.xsl index bf82334..433278b 100644 --- a/BLFS/xsl/scripts.xsl +++ b/BLFS/xsl/scripts.xsl @@ -104,7 +104,7 @@ find . -maxdepth 1 -mindepth 1 -type d | xargs rm -rf case $PACKAGE in - *.tar.gz|*.tar.bz2|*.tar.xz|*.tgz) + *.tar.gz|*.tar.bz2|*.tar.xz|*.tgz|*.tar.lzma) tar -xvf $PACKAGE > unpacked UNPACKDIR=`grep '[^./]\+' unpacked | head -n1 | sed 's@^./@@;s@/.*@@'` ;;