]> git.ipfire.org Git - thirdparty/libarchive.git/commit
When zlib is not available, use "gzip -d" insted of gunzip
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 5 Oct 2012 02:33:14 +0000 (11:33 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 5 Oct 2012 02:33:14 +0000 (11:33 +0900)
commitd1be20168d28b47070ad166e6ac97704b4c719d4
tree46aa9b80b15c0eddd08c1470b7894fc7fb391d98
parent776831a379785180c08a5d03197d6db1129c4e9f
When zlib is not available, use "gzip -d" insted of gunzip
because gzip is widely available than gunzip is.
cpio/test/main.c
cpio/test/test.h
libarchive/archive_read_support_filter_gzip.c
libarchive/test/main.c
libarchive/test/test.h
libarchive/test/test_read_compress_program.c
libarchive/test/test_read_filter_program_signature.c
libarchive/test/test_write_compress_program.c
tar/test/main.c
tar/test/test.h
tar/test/test_extract_tar_gz.c