[gobolinux-devel] Linux recipe problem
Aitor Pérez Iturri
atuin at phreaker.net
Wed Apr 11 21:54:25 UTC 2007
El Wed, 11 Apr 2007 19:20:59 +0000
"Lucas C. Villa Real" <lucasvr at gobolinux.org> 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.
More information about the gobolinux-devel
mailing list