diff options
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r-- | build/parsePrep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index de2b2a00a..35d54b497 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -188,6 +188,9 @@ static char *doUntar(rpmSpec spec, uint32_t c, int quietly) case COMPRESSED_XZ: t = "%{__xz} -dc"; break; + case COMPRESSED_LZIP: + t = "%{__lzip} -dc"; + break; } zipper = rpmGetPath(t, NULL); if (needtar) { |