]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix an external program name for lzip decompression.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 14 Oct 2012 04:42:32 +0000 (13:42 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 14 Oct 2012 04:42:32 +0000 (13:42 +0900)
libarchive/archive_read_support_filter_xz.c

index ea47fe43a278ccc27bdb4c68dbb536919c508713..f51df255bfdbcec020114367c51d2495196104f5 100644 (file)
@@ -972,7 +972,7 @@ lzip_bidder_init(struct archive_read_filter *self)
 {
        int r;
 
-       r = __archive_read_program(self, "unlzip");
+       r = __archive_read_program(self, "lunzip");
        /* Note: We set the format here even if __archive_read_program()
         * above fails.  We do, after all, know what the format is
         * even if we weren't able to read it. */