diff options
Diffstat (limited to 'source/kdei/koffice/koffice-l10n.SlackBuild')
-rwxr-xr-x | source/kdei/koffice/koffice-l10n.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kdei/koffice/koffice-l10n.SlackBuild b/source/kdei/koffice/koffice-l10n.SlackBuild index 03645f2f..8a570dd8 100755 --- a/source/kdei/koffice/koffice-l10n.SlackBuild +++ b/source/kdei/koffice/koffice-l10n.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -35,7 +35,7 @@ if [ ! -r ./languages ]; then done fi -[ -z $VERSION ] && export VERSION=2.0.2 +[ -z $VERSION ] && export VERSION=2.1.2 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 |