[nspr/f16] Restore %{__mkdir_p} $RPM_BUILD_ROOT/%{_lib} to the %install section, its needed on 16 and earlier

Elio Maldonado emaldonado at fedoraproject.org
Mon Jul 9 00:25:44 UTC 2012


commit 805b1ef5128c4e3b737d48fdeb14f99ba4a01dae
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Jul 8 17:21:42 2012 -0700

    Restore %{__mkdir_p} $RPM_BUILD_ROOT/%{_lib} to the %install section, its needed on 16 and earlier

 nspr.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/nspr.spec b/nspr.spec
index 71b5331..d010db9 100644
--- a/nspr.spec
+++ b/nspr.spec
@@ -88,6 +88,7 @@ NSPR_CFLAGS=`./config/nspr-config --cflags`
 NSPR_VERSION=`./config/nspr-config --version`
 %{__mkdir_p} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
 
+%{__mkdir_p} $RPM_BUILD_ROOT/%{_lib}
 # Get rid of the things we don't want installed (per upstream)
 %{__rm} -rf \
    $RPM_BUILD_ROOT/%{_bindir}/compile-et.pl \


More information about the scm-commits mailing list