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 | |
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')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index f98cabc8ad..0bc452bcca 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -4,7 +4,7 @@ HOMEPAGE="http://www.libreoffice.org" DOWNLOAD="http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86/LibreOffice_5.0.0_Linux_x86_rpm.tar.gz" MD5SUM="d54ebe17b34f39446762e73fc3d31277" DOWNLOAD_x86_64="http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="609182c7ebbf5d5a96ffdb5418eff3f7" +MD5SUM_x86_64="6e1c97eaa221748e328c80470d296583" REQUIRES="jdk" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |