add bash invocation before compiling unionfs-fuse in order to poke around
authoragaffney <agaffney@kagome.(none)>
Thu, 13 Nov 2008 04:01:38 +0000 (22:01 -0600)
committeragaffney <agaffney@kagome.(none)>
Thu, 13 Nov 2008 04:01:38 +0000 (22:01 -0600)
gen_compile.sh

index 4c978f22635df4dd96d483aa6a49de18b816ed09..cd59176821f975f641a25a46799234c52236102a 100644 (file)
@@ -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" ] ||