aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragaffney <agaffney@kagome.(none)>2008-11-12 17:25:39 -0600
committeragaffney <agaffney@kagome.(none)>2008-11-12 17:25:39 -0600
commitf29142639e1aa5a2d116ce1a8c8f054d644f5064 (patch)
tree3e5b525ea83615a58fa17684c562e516d0b3cba5 /gen_compile.sh
parentCall arch_replace and cache_replace on fuse/unionfs-fuse vars (diff)
downloadgenkernel-f29142639e1aa5a2d116ce1a8c8f054d644f5064.tar.gz
genkernel-f29142639e1aa5a2d116ce1a8c8f054d644f5064.tar.bz2
genkernel-f29142639e1aa5a2d116ce1a8c8f054d644f5064.zip
Unpack unionfs-fuse with -j
Diffstat (limited to 'gen_compile.sh')
-rw-r--r--gen_compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_compile.sh b/gen_compile.sh
index 9594bee..9931fcb 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}"