From: Tim W. <tw...@re...> - 2003-04-03 22:23:07
|
On Thu, Apr 03, 2003 at 10:57:55AM -0600, Mark Hamzy wrote: > I was trying to separate omni by having everything under /opt/Omni. For > example, > /opt/Omni/bin > /opt/Omni/lib > /opt/Omni/share > I take it that you are trying to install omni in > /usr/bin > /usr/lib or /usr/lib/omni ? > /usr/share/omni Yes, or /usr/share/Omni. Our packages have used /usr/lib/Omni before, so I'm putting libraries there too. > At the top of Omni.cpp, there are two path arrays. There is already an > entry for /usr/share/Omni. I see. > Omni is capitalized for consistency, but I guess I need to revisit that as > well. You'll probably want to change 'AC_INIT(omni,...)' then in configure.ac, since that ends up setting pkgdatadir to /usr/share/omni later on. Tim. */ |