diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-01 18:14:00 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-06 07:03:50 +0700 |
commit | c14dac9e13a9d8d755c586f98478af52bc59805e (patch) | |
tree | 4eea1dabf6eb11e703549a07f5552c3c9ec46e80 /office | |
parent | cf9e98b2977cecae258d1f84915fb9f5a1e12217 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 4 |
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} |