diff options
Diffstat (limited to 'office/ProjectLibre/projectlibre-path.patch')
-rw-r--r-- | office/ProjectLibre/projectlibre-path.patch | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/office/ProjectLibre/projectlibre-path.patch b/office/ProjectLibre/projectlibre-path.patch index 3fd0795e57..544fc7ee32 100644 --- a/office/ProjectLibre/projectlibre-path.patch +++ b/office/ProjectLibre/projectlibre-path.patch @@ -1,14 +1,6 @@ ---- projectlibre-1.5_beta4/projectlibre.sh.orig 2012-09-16 15:10:24.135176843 +0700 -+++ projectlibre-1.5_beta4/projectlibre.sh 2012-09-16 15:11:14.134177925 +0700 -@@ -52,7 +52,7 @@ - CONF_DIR="$HOME/.projectlibre" - RUN_CONF="$CONF_DIR/run.conf" - VERSION_FILE="$CONF_DIR/java-version" --JAVA_INSTALL_DIR="/usr/java" -+JAVA_INSTALL_DIR="/usr/lib" - JAVA_INSTALL_DIR_EXE="bin/java" - JAVA_INSTALL_DIR2="/usr/lib/jvm" - JAVA_INSTALL_DIR_EXE2="bin/java" +diff -Nur projectlibre-1.5.6.orig/projectlibre.sh projectlibre-1.5.6/projectlibre.sh +--- projectlibre-1.5.6.orig/projectlibre.sh 2013-06-28 18:27:31.000000000 -0500 ++++ projectlibre-1.5.6/projectlibre.sh 2013-07-13 00:47:40.964375049 -0500 @@ -64,7 +64,7 @@ JAVA_EXE="java" JAVA_OPTS="-Xms128m -Xmx768m" |