Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2008-12-18 02:36:14 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2008-12-18 02:36:14 (GMT)
commitc45346c974bf6c70d9fe949b7009a0eb30b4fffb (patch)
tree0fcff5027a07862d95ae2e8d2743b122aec24c8d
parent6cb8eeb2f2c21ce545e13567fcdd12aa554b4441 (diff)
Build on 64-bit architectures.
-rw-r--r--nss-rainbow.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss-rainbow.spec.in b/nss-rainbow.spec.in
index 8770931..65a95c4 100644
--- a/nss-rainbow.spec.in
+++ b/nss-rainbow.spec.in
@@ -28,7 +28,7 @@ make -f Makefile.build %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT
+make -f Makefile.build install DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT/%{_lib}"
%post -p /sbin/ldconfig