diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-08 14:49:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-08 14:49:58 (EDT) |
commit | 808f7af76455037e2866bccc5a0c05567736fa89 (patch) | |
tree | c34ee63aa49591e6e4a3a12e10e1b6fe9404940d | |
parent | 1f9954af0a07d0da74ca91d65458d683370c2eab (diff) |
Install libopkbuild into /usr/share by default.
According to the FHS (at least as interpreted by Debian and Fedora),
architecture-independent library files belong in /usr/share, not
/usr/lib.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ package_description='OPK Build System' srcdir="$(cd "${0%/*}" && pwd)" prefix='/usr/local' bindir='$(prefix)/bin' -libdir='$(prefix)/lib' +libdir='$(prefix)/share' datadir='$(prefix)/share' mandir='$(datadir)/man' localedir='$(datadir)/locale' |