diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/libreoffice-helppack/README | 2 | ||||
-rw-r--r-- | office/libreoffice-helppack/libreoffice-helppack.SlackBuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/office/libreoffice-helppack/README b/office/libreoffice-helppack/README index 30ba91ad1ce34..2372250eff397 100644 --- a/office/libreoffice-helppack/README +++ b/office/libreoffice-helppack/README @@ -7,4 +7,4 @@ To build other locales, download your help pack from: and start the SlackBuild as follows: - # LOLANG=xx-YY ./libreoffice-helppack.SlackBuild + # LOLANG=xx ./libreoffice-helppack.SlackBuild diff --git a/office/libreoffice-helppack/libreoffice-helppack.SlackBuild b/office/libreoffice-helppack/libreoffice-helppack.SlackBuild index 19cd5040f5722..e7bd29ec58f67 100644 --- a/office/libreoffice-helppack/libreoffice-helppack.SlackBuild +++ b/office/libreoffice-helppack/libreoffice-helppack.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for LibreOffice Help Packs # Copyright 2013-2014 Niels Horn, Rio de Janeiro, RJ, Brazil -# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -101,4 +101,4 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}_${PKG_LANG}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/${PRGNAM}_${PKG_LANG}-${VERSION}-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} |