From 808f7af76455037e2866bccc5a0c05567736fa89 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 14:49:58 -0400 Subject: 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. --- (limited to 'configure') diff --git a/configure b/configure index 7e2ab2e..c5743d1 100755 --- a/configure +++ b/configure @@ -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' -- cgit v0.9.1