El Wed, 11 Apr 2007 19:20:59 +0000 "Lucas C. Villa Real" <[EMAIL PROTECTED]> escribió > Hmmm.. or we can just ignore the version and stop in the parent's > dir, such as: unmanaged_files=( $goboModules $goboBoot ) > > It won't describe very well the the affected files, but probably will > work. Can you test that? >
It works! New modules were copied fine under /S/K/M/version. Now there is another problem when symlinking new modules dir under /S/L/L/modules. Should be: /S/L/L/modules a link to new modules dir?, then "mkdir -p $target/Resources/Unmanaged/$goboLibraries/modules" should be changed by "mkdir -p $target/Resources/Unmanaged/$goboLibraries/" or should be: /S/L/L/modules/version a link to new modules dir. and then "ln -nfs $fullversion $target/Resources/Unmanaged/$goboLibraries/modules" should be changed by " ln -nfs $goboModules/$fullversion $target/Resources/Unmanaged/$goboLibraries/modules" Now is making this link: /P/Linux/ver/Unmanaged/S/L/L/modules/ver -> ver. so Compile can follow the link. Greets. Aitor. _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel