summaryrefslogtreecommitdiffstats
path: root/base/deploy/scripts/operations
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2013-03-11 21:26:49 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2013-03-11 22:02:54 -0700
commita2e27c2169f507f428519067148ea360ca3d3059 (patch)
treec0390fa56f297ffd78227c197a7a6f43076a690b /base/deploy/scripts/operations
parentddc391f574fff16f84cfa485c09ebc495f654340 (diff)
downloadpki-a2e27c2169f507f428519067148ea360ca3d3059.tar.gz
pki-a2e27c2169f507f428519067148ea360ca3d3059.tar.xz
pki-a2e27c2169f507f428519067148ea360ca3d3059.zip
Bugzilla Bug #919476 - pkispawn crashes due to dangling symlink to jss4.jar
* Additional fix for Fedora 19+
Diffstat (limited to 'base/deploy/scripts/operations')
-rw-r--r--base/deploy/scripts/operations6
1 files changed, 1 insertions, 5 deletions
diff --git a/base/deploy/scripts/operations b/base/deploy/scripts/operations
index 63a6bdbe7..50dd4e4fd 100644
--- a/base/deploy/scripts/operations
+++ b/base/deploy/scripts/operations
@@ -1088,11 +1088,7 @@ verify_symlinks()
declare -A systemd_symlinks
# Dogtag 10 Conditional Variables
- if [ ${ARCHITECTURE} == "x86_64" ]; then
- jni_dir="/usr/lib64/java"
- else
- jni_dir="/usr/lib/java"
- fi
+ jni_dir=`source /etc/pki/pki.conf && echo $JNI_JAR_DIR`
# Dogtag 10 Symbolic Link Target Variables
java_dir="/usr/share/java"