|
|
|
@ -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" ] ||
|
|
|
|
|