diff options
Diffstat (limited to 'source/kdei/kde-l10n/kde-l10n.SlackBuild')
-rwxr-xr-x | source/kdei/kde-l10n/kde-l10n.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/kdei/kde-l10n/kde-l10n.SlackBuild b/source/kdei/kde-l10n/kde-l10n.SlackBuild index 2adbe7a1..971c9318 100755 --- a/source/kdei/kde-l10n/kde-l10n.SlackBuild +++ b/source/kdei/kde-l10n/kde-l10n.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 Robby Workman Northport, AL, USA -# Copyright 2009, 2010, 2011, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 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=4.10.5 +[ -z $VERSION ] && export VERSION=4.14.3 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 @@ -61,7 +61,7 @@ fi [ -r ../KDE.options ] && . ../KDE.options CWD=$(pwd) -TMP=${TMP:-/tmp} +TMP=${TMP:-/tmp/kde-build} # This function will insert missing kdepim translations from kde-l10n-4.4.5: insert_kdepim() { |