Hello everybody,
I was trying to create a recipe for OpenOffice 2.4.0, so I simply
newversioned the preexistent recipe. However, after having manually
fixed the recipe a little I found a problem in the installation phase,
namely it seems that Compile doesn't correctly recognize some
directories as such. The problem seems to be related to these lines
(starting at line 1445 of Compile)
if [ -d "$src" -a -d "$fulldst" ]
then $sudo_exec cp -R "$src"/* "$fulldst"
else $sudo_exec cp -R $src "$fulldst"
fi
In fact, when trying to copy files from /usr/share and
/opt/OpenOffice2.4/share to Shared the if check seems to not work as
expected, thus treating share as a simple file to copy under Shared,
leading to /P/OpenOffice/2.4.0_bin/Shared/share, which prevent the
pre_link function to correctly perform its task of symlinking desktop
entries.
I don't know whether this is a real Compile issue or it depends on the
OpenOffice package, but instead of modifying the recipe to copy every
single directory under share, I'd prefer some advices to come from you
other.
Bye
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel