summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2017-05-01 10:14:00 +0200
committer Willy Sudiarto Raharjo2017-05-06 02:03:50 +0200
commitc14dac9e13a9d8d755c586f98478af52bc59805e (patch)
tree4eea1dabf6eb11e703549a07f5552c3c9ec46e80 /office/LibreOffice/LibreOffice.SlackBuild
parentcf9e98b2977cecae258d1f84915fb9f5a1e12217 (diff)
downloadslackbuilds-c14dac9e13a9d8d755c586f98478af52bc59805e.tar.gz
office/LibreOffice: Fix csh profile script.
Thanks to Scott Conway Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index 5cc38ac008..f710810e87 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -28,7 +28,7 @@ PRGNAM=LibreOffice
SRCNAM=libreoffice
VERSION=${VERSION:-5.3.2.2}
SHORT_VERSION=${VERSION%.*.*}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PACKAGER=${PACKAGER:-"AnonymousCoward"}
@@ -211,7 +211,7 @@ EOF
cat <<EOF >$PKG/etc/profile.d/libreoffice.csh
setenv UNO_PATH $sd_prog
setenv URE_BOOTSTRAP vnd.sun.star.pathname:$sd_prog/fundamentalrc
-setenv PATH \$PATH:$sd_prog
+setenv PATH \${PATH}:$sd_prog
EOF
chmod 0755 $PKG/etc/profile.d/libreoffice.{csh,sh}