summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-25 12:49:00 +0000
committer Eric Hameleers <alien@slackware.com>2015-06-25 12:49:00 +0000
commitac4f483913ec25fb8f807e140c1cf9798b56a6c6 (patch)
tree26df5b0549a931a7638ff5e49b2d5e1a27855b21 /libreoffice
parentf1d461d110e3b4422f449338ed524a36df206503 (diff)
downloadasb-ac4f483913ec25fb8f807e140c1cf9798b56a6c6.tar.gz
asb-ac4f483913ec25fb8f807e140c1cf9798b56a6c6.tar.xz
libreoffice: re-enable all languages - only en_US was built for testing RC1
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild
index 4531a84d..50463979 100755
--- a/libreoffice/build/libreoffice.SlackBuild
+++ b/libreoffice/build/libreoffice.SlackBuild
@@ -280,8 +280,8 @@ DEF_LANG=${DEF_LANG:-"en_US"}
# The packagenames use official language code like 'en_US' while LibreOffice
# uses 'en-US'.
#
-ADD_LANGUAGES=""
-#ADD_LANGUAGES="$(cat $SRCDIR/languages |grep -v "^#" |cut -f1 -d= |tr '\n' ' ' |tr -s ' ' |sed -e 's/ *$//')"
+#ADD_LANGUAGES=""
+ADD_LANGUAGES="$(cat $SRCDIR/languages |grep -v "^#" |cut -f1 -d= |tr '\n' ' ' |tr -s ' ' |sed -e 's/ *$//')"
# Place to build (TMP) package (PKG) and output (OUTPUT) the program:
TMP=${TMP:-/tmp/build}