This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Install directories of classpath.security vs. libgcj.security


Richard Guenther wrote:
2006-01-12 Christian Thalinger <twisti@complang.tuwien.ac.at>

        * resource/Makefile.am: Install
        logging.properties into $(prefix)/lib.
        * resource/Makefile.am (securitydir): Changed to
        $(prefix)/lib/security.

on x86_64 classpath.security is now installed in /usr/lib/security, while libgcj.security is still installed to /usr/lib64/security.

Is this change intended and incomplete? Or does it not matter where
these files are installed? What is supposed to happen on bi-arch
platforms, i.e. how is the search path constructed here?

These probably ought to be in /usr/share/java or perhaps /etc/java - they're not really arch dependent at all, so /usr/lib seems wrong.


Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]