From f29142639e1aa5a2d116ce1a8c8f054d644f5064 Mon Sep 17 00:00:00 2001 From: agaffney Date: Wed, 12 Nov 2008 17:25:39 -0600 Subject: Unpack unionfs-fuse with -j --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen_compile.sh') diff --git a/gen_compile.sh b/gen_compile.sh index 9594beef..9931fcb3 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -558,7 +558,7 @@ compile_unionfs_fuse() { gen_die "Could not find unionfs-fuse source tarball: ${UNIONFS_FUSE_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}" rm -rf "${UNIONFS_FUSE_DIR}" - tar -zxpf "${UNIONFS_FUSE_SRCTAR}" + tar -jxpf "${UNIONFS_FUSE_SRCTAR}" [ ! -d "${UNIONFS_FUSE_DIR}" ] && gen_die "unionfs-fuse directory ${UNIONFS_FUSE_DIR} invalid" cd "${UNIONFS_FUSE_DIR}" -- cgit v1.2.3-65-gdbad