diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-06 23:53:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-06 23:53:14 +0700 |
commit | 12a1c5f20593dc44e38354a2fb261dc87c68aa23 (patch) | |
tree | 94e8538aececada7441d859b9e76a330e2489d72 /office | |
parent | 0da2228bd0d5edb862fbcc04ce2fa9091d04fb58 (diff) | |
download | slackbuilds-12a1c5f20593dc44e38354a2fb261dc87c68aa23.tar.gz |
office/libreoffice-helppack: Support multiple languages.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 30ba91ad1c..2372250eff 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 19cd5040f5..e7bd29ec58 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} |