[plplot] Fix chrpath line

Orion Poplawski orion at fedoraproject.org
Tue Oct 29 19:02:11 UTC 2013


commit b4e607c525f554dee9c1e3b5cd4bccf551bb3f42
Author: Orion Poplawski <orion at nwra.com>
Date:   Tue Oct 29 13:02:22 2013 -0600

    Fix chrpath line

 plplot.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index f24ed59..abdfde0 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -435,7 +435,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/plplot%{version}/examples/cmake/modules/Platfo
 find $RPM_BUILD_ROOT%{_datadir}/plplot%{version}/examples -type f | xargs chmod -x
 
 # Bug in ocamlmklib http://caml.inria.fr/mantis/view.php?id=5943
-chrpath -d $RPM_BUILD_ROOT %{_libdir}/ocaml/stublibs/dllpl*_stubs.so
+chrpath -d $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllpl*_stubs.so
 
 
 %check


More information about the scm-commits mailing list