From: Chris Gianelloni Date: Thu, 27 Apr 2006 17:16:02 +0000 (+0000) Subject: Added patch for unionfs from bug #129965. X-Git-Tag: v3.4.10.902~367 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=079eb44f5f045d39ca86a004f043cccca9c431f4;p=genkernel.git 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 --- 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'