diff options
Diffstat (limited to 'office/libreoffice-langpack/libreoffice-langpack.SlackBuild')
-rw-r--r-- | office/libreoffice-langpack/libreoffice-langpack.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild index 00280a5973..d91e9cfea7 100644 --- a/office/libreoffice-langpack/libreoffice-langpack.SlackBuild +++ b/office/libreoffice-langpack/libreoffice-langpack.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for LibreOffice Language Packs # Written by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/11/28 +# Revision date: 2010/12/10 PRGNAM=libreoffice-langpack -VERSION=${VERSION:-"3.3.0_beta3"} +VERSION=${VERSION:-"3.3.0rc1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -14,7 +14,8 @@ LOLANG=${LOLANG:-en-GB} PKG_LANG=${LOLANG//-/_} ALIEN=${ALIEN:-no} -SRCVERSION=$(echo $VERSION | cut -f1 -d_) +# I'll leave this line here, as I always have to change it with every release +SRCVERSION=$VERSION if [ -z "$ARCH" ]; then case "$( uname -m )" in |