Added patch for unionfs from bug #129965.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 27 Apr 2006 17:16:02 +0000 (17:16 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 27 Apr 2006 17:16:02 +0000 (17:16 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@385 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh

index cd2ec93566cfae0249dafa58d52fec7cd5d2f686..894a0249f5c971fc1cf82af3bda721bf6a89de61 100644 (file)
@@ -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'