From 9939dcad6c677fcf35d34a73e54197d312a78a8d Mon Sep 17 00:00:00 2001
From: Bruno Lavit <bruno.lavit@forgerock.com>
Date: Mon, 11 Apr 2016 12:37:45 +0000
Subject: [PATCH] Change path for the RPM install (/usr/bin/rpm --> /bin/rpm)
---
opendj-packages/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index b720f62..79b417e 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -56,7 +56,7 @@
<profile>
<id>opendj-rpm</id>
<activation>
- <file><exists>/usr/bin/rpm</exists></file>
+ <file><exists>/bin/rpm</exists></file>
</activation>
<modules>
<module>opendj-rpm</module>
--
Gitblit v1.10.0