From 079eb44f5f045d39ca86a004f043cccca9c431f4 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 27 Apr 2006 17:16:02 +0000 Subject: [PATCH] Added patch for unionfs from bug #129965. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@385 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index cd2ec93..894a024 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -357,16 +357,16 @@ compile_unionfs_modules() { fi print_info 1 'unionfs: >> Copying to cache...' - mkdir -p ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs + mkdir -p ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs if [ -f unionfs.ko ] then - cp unionfs.ko ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs - else - cp unionfs.o ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs + cp unionfs.ko ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs + else + cp unionfs.o ${TEMP}/unionfs/lib/modules/${KV}/kernel/fs/unionfs fi - cd ${TEMP}/unionfs + cd ${TEMP}/unionfs /bin/tar -cjf "${UNIONFS_MODULES_BINCACHE}" . || gen_die 'Could not create unionfs modules binary cache' -- 2.26.2