From ae13781bcf4171179c6cd5e1112d1d79dcd0c076 Mon Sep 17 00:00:00 2001 From: agaffney Date: Wed, 12 Nov 2008 22:10:16 -0600 Subject: [PATCH] another try at compiling unionfs-fuse --- gen_compile.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index cd59176..1cd854a 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -547,7 +547,7 @@ compile_fuse() { gen_die 'Could not create fuse bincache!' cd "${TEMP}" - rm -rf "${FUSE_DIR}" > /dev/null +# rm -rf "${FUSE_DIR}" > /dev/null fi } @@ -562,12 +562,12 @@ compile_unionfs_fuse() { [ ! -d "${UNIONFS_FUSE_DIR}" ] && gen_die "unionfs-fuse directory ${UNIONFS_FUSE_DIR} invalid" cd "${UNIONFS_FUSE_DIR}" - mkdir "fuse_tmp" - cd "fuse_tmp" - tar -zxpf "${FUSE_SRCTAR}" - cd .. +# mkdir "fuse_tmp" +# cd "fuse_tmp" +# tar -zxpf "${FUSE_SRCTAR}" +# cd .. print_info 1 'unionfs-fuse: >> Compiling...' - sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -Ifuse_tmp/${FUSE_DIR}/include:" Makefile src/Makefile + sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -I${TEMP}/${FUSE_DIR}/include -L${TEMP}/${FUSE_DIR}/lib/.libs:" Makefile src/Makefile cat Makefile src/Makefile bash MAKE=${UTILS_MAKE} compile_generic "" "" -- 2.26.2