From: Michael Tremer Date: Thu, 22 Dec 2011 17:12:27 +0000 (+0100) Subject: mpfr: Make package work on x86_64. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1609416fe4236fc6d7329fa2950e6b2a252e5de7;p=people%2Famarx%2Fipfire-3.x.git mpfr: Make package work on x86_64. --- 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