From c14dac9e13a9d8d755c586f98478af52bc59805e Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Mon, 1 May 2017 18:14:00 +1000 Subject: office/LibreOffice: Fix csh profile script. Thanks to Scott Conway Signed-off-by: Christoph Willing --- office/LibreOffice/LibreOffice.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'office/LibreOffice') 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 <$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} -- cgit v1.2.3