From 1609416fe4236fc6d7329fa2950e6b2a252e5de7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 22 Dec 2011 18:12:27 +0100 Subject: [PATCH] mpfr: Make package work on x86_64. --- mpfr/mpfr.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpfr/mpfr.nm b/mpfr/mpfr.nm index 4a1940551..0615b74b0 100644 --- a/mpfr/mpfr.nm +++ b/mpfr/mpfr.nm @@ -56,8 +56,8 @@ build install_cmds cd %{DIR_SRC}/%{name}-%{compat_version} - install -m 644 .libs/libmpfr.so.1.2.2 %{BUILDROOT}/usr/lib/ - ln -svf libmpfr.so.1.2.2 %{BUILDROOT}/usr/lib/libmpfr.so.1 + install -m 644 .libs/libmpfr.so.1.2.2 %{BUILDROOT}%{libdir} + ln -svf libmpfr.so.1.2.2 %{BUILDROOT}%{libdir}/libmpfr.so.1 end end @@ -72,7 +72,7 @@ packages summary = Compat libraries of %{thisapp}. files - /usr/lib/libmpfr.so.1* + %{libdir}/libmpfr.so.1* end end -- 2.39.5