diff options
Diffstat (limited to 'office/ProjectLibre/projectlibre-path.patch')
-rw-r--r-- | office/ProjectLibre/projectlibre-path.patch | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/office/ProjectLibre/projectlibre-path.patch b/office/ProjectLibre/projectlibre-path.patch index 544fc7ee321e8..4731e29ae977e 100644 --- a/office/ProjectLibre/projectlibre-path.patch +++ b/office/ProjectLibre/projectlibre-path.patch @@ -1,12 +1,11 @@ -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 @@ +--- projectlibre-1.9.0/projectlibre.sh.orig 2019-03-20 20:27:04.056920691 +0700 ++++ projectlibre-1.9.0/projectlibre.sh 2019-03-20 20:27:29.407188487 +0700 +@@ -70,7 +70,7 @@ JAVA_EXE="java" JAVA_OPTS="-Xms128m -Xmx768m" - #OPENPROJ_HOME0="/usr/share/projectlibre" --OPENPROJ_HOME0=`(dirname $0)` -+OPENPROJ_HOME0="/opt/ProjectLibre" - OPENPROJ_HOME="$OPENPROJ_HOME0" + #PROJECTLIBRE_HOME0="/usr/share/projectlibre" +-PROJECTLIBRE_HOME0=`(dirname $0)` ++PROJECTLIBRE_HOME0="/opt/ProjectLibre" + PROJECTLIBRE_HOME="$PROJECTLIBRE_HOME0" LOG_LEVEL="DEBUG" LOG_FILE="/dev/null" |