Ted Kosan wrote:
Is there a way to enable the use of relative paths in the spec files and in the
catalyst configuration file that perhaps I am not aware of?

Relative paths don't really work unless you specify somewhere what they are relative to (current dir isn't really a good option). For example, relative paths work in the apache config, because the config root is specified as /usr/lib/apache2/conf (which is a symlink to /etc/apache2).

With catalyst, there are so many paths that could be the "root" (/var/tmp/catalyst, /etc/catalyst, some random dir where you store your specs, etc.) that it just doesn't work.

--
Andrew Gaffney                            http://dev.gentoo.org/~agaffney/
Gentoo Linux Developer                                   Installer Project
--
[EMAIL PROTECTED] mailing list

Reply via email to