[mule] substitute proper lib path to java-service-wrapper

Andy Grimm arg at fedoraproject.org
Wed Aug 15 13:05:18 UTC 2012


commit 740a1eefb87e208810e3e8f1d4fe8d6ec37fdf56
Author: Andy Grimm <agrimm at gmail.com>
Date:   Wed Aug 15 09:05:06 2012 -0400

    substitute proper lib path to java-service-wrapper

 mule.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mule.spec b/mule.spec
index 234d949..757576a 100644
--- a/mule.spec
+++ b/mule.spec
@@ -420,6 +420,9 @@ This package contains the API documentation for %{name}.
 %patch10 -p1
 %patch11 -p1
 
+# Fix java-service-wrapper link to match arch
+sed -i -e "s#lib64/java-service-wrapper#%{_lib}/java-service-wrapper#" modules/management/pom.xml
+
 # Remove requirement for YourKit
 find modules/management/src/main/java/org/mule/module/management -name "YourKitProfiler*" -exec rm {} \;
 


More information about the scm-commits mailing list