diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-10 06:04:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:09 +0700 |
commit | fe2cdc0a69e71415e880a002816d32d86e14837e (patch) | |
tree | c01c35d64a47dfb8ca0635f1b6b592b7d74bbde5 /office/libreoffice/libreoffice.SlackBuild | |
parent | 7be1b9a07c894c054fc245fcaf24cb409b8ece3b (diff) | |
download | slackbuilds-fe2cdc0a69e71415e880a002816d32d86e14837e.tar.gz |
office/libreoffice: Fix MD5SUM and path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 879b466358..9e6da61a37 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -147,7 +147,7 @@ cp $CWD/open-libre-together.sh $PKG/usr/doc/$PRGNAM-$VERSION/ # Disable Java support if desired (see above) if [ "$DISABLE_JAVA" = "YES" ]; then - chmod -x $PKG/opt/libreoffice$SRCSHORT/ure/bin/javaldx + chmod -x $PKG/opt/libreoffice$SRCSHORT/program/javaldx fi mkdir -p $PKG/install |