From 38bfaab3f5efa2828e900576273c31688576a12c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 22 Dec 2011 18:12:28 +0100 Subject: [PATCH] pcre: Make package work on x86_64. --- pcre/pcre.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcre/pcre.nm b/pcre/pcre.nm index c9eba48aa..1875f2926 100644 --- a/pcre/pcre.nm +++ b/pcre/pcre.nm @@ -5,7 +5,7 @@ name = pcre version = 8.21 -release = 1 +release = 2 groups = System/Libraries url = http://www.pcre.org/ @@ -38,9 +38,9 @@ build --enable-unicode-properties install_cmds - mkdir -pv %{BUILDROOT}/{,usr/}lib - mv -v %{BUILDROOT}/usr/lib/libpcre.so.* %{BUILDROOT}/lib/ - ln -v -sf ../../lib/libpcre.so.0 %{BUILDROOT}/usr/lib/libpcre.so + mkdir -pv %{BUILDROOT}/{,usr/}%{lib} + mv -v %{BUILDROOT}%{libdir}/libpcre.so.* %{BUILDROOT}/%{lib} + ln -v -sf ../../%{lib}/libpcre.so.0 %{BUILDROOT}%{libdir}/libpcre.so end end -- 2.39.2