[Lunar-bugs] [task] ooo-src doesn't correctly install resource files
lunar-bugs at lunar-linux.org
lunar-bugs at lunar-linux.org
Sun Oct 24 10:17:43 UTC 2004
Project: lunar-linux
ID:
Version: <none>
Component: moonbase (modules)
Category: tasks
Priority: minor
Assigned to: nhudson
Reported by: sofar
Updated by: sofar
Status: active
the ooo64xxx.res files need to be renamed or symlinked to iso64xxx.res
so that the oo* binaries can find them. This fixes the problem of a
successfull install that wouldn't run because of that:
$ cd /usr/lib/ooo-VERSION/program/resource
$ ln -s ooo64501.res iso64501.res
$ ln -s ooo64549.res iso64549.res
somehow these didn't get created on my box (pretty much a clean install
from scratch!).
Should be simple to add to BUILD:
if [ ! -f ... ] ; then
ln -s ....
sofar
--
View: http://lunar-linux.org/?q=node/view/511
Edit: http://lunar-linux.org/?q=project/comments/add/511
More information about the Lunar-bugs
mailing list