From: agaffney Date: Thu, 13 Nov 2008 04:01:38 +0000 (-0600) Subject: add bash invocation before compiling unionfs-fuse in order to poke around X-Git-Tag: v3.4.10.902~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d1f7d0c6548a4916b7d7efca1e8156a820581d0;p=genkernel.git add bash invocation before compiling unionfs-fuse in order to poke around --- diff --git a/gen_compile.sh b/gen_compile.sh index 4c978f2..cd59176 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -569,6 +569,7 @@ compile_unionfs_fuse() { print_info 1 'unionfs-fuse: >> Compiling...' sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -Ifuse_tmp/${FUSE_DIR}/include:" Makefile src/Makefile cat Makefile src/Makefile + bash MAKE=${UTILS_MAKE} compile_generic "" "" print_info 1 'unionfs-fuse: >> Copying to cache...' [ -f "${TEMP}/${UNIONFS_FUSE_DIR}/src/unionfs" ] ||