summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-08-03 21:08:55 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-10-06 10:47:36 +0300
commit1892984f0216340f08e928d2bb74202cd8e87cbd (patch)
tree04494d153d0f59039418f0cfab261762b126fd58 /build
parentdab575b24498e2362845e7da6dc76015fa88b4a9 (diff)
downloadrpm-1892984f0216340f08e928d2bb74202cd8e87cbd.tar.gz
rpm-1892984f0216340f08e928d2bb74202cd8e87cbd.tar.bz2
rpm-1892984f0216340f08e928d2bb74202cd8e87cbd.zip
Decompress lzma files with xz.
Diffstat (limited to 'build')
-rw-r--r--build/parsePrep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c
index 5d94de083..729bbca1b 100644
--- a/build/parsePrep.c
+++ b/build/parsePrep.c
@@ -203,8 +203,6 @@ static char *doUntar(rpmSpec spec, uint32_t c, int quietly)
needtar = 0;
break;
case COMPRESSED_LZMA:
- t = "%{__lzma} -dc";
- break;
case COMPRESSED_XZ:
t = "%{__xz} -dc";
break;