summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel 'l0ner' Soltys <pwslts@gmail.com>2012-01-23 16:43:35 +0100
committerPawel 'l0ner' Soltys <pwslts@gmail.com>2012-01-23 16:43:35 +0100
commitf4b89a087fed5783a34fb1ae9d414c6aafb55051 (patch)
treeefc80ebe652219b7c86e6fc2950f6f56ddcad101
parentbfbe2ab6182a2b95a036ffab8a1fd7e54e3d2f2d (diff)
downloadtde-packaging-f4b89a08.tar.gz
tde-packaging-f4b89a08.zip
i18n: fixed typo preventing build
-rw-r--r--arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD b/arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD
index 0a7a8e421..3d19ad0c1 100644
--- a/arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD
+++ b/arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD
@@ -55,7 +55,7 @@ build() {
_dir=`echo "$_filename" | cut -d'.' -f1-3`
_newname=`echo "$_dir" | cut -d'-' -f2-4`
- if [ -d trinity-${newname} ]; then
+ if [ ! -d trinity-${newname} ]; then
msg "Extracting $_filename..."
tar xfj $_filename
mv $_dir trinity-${_newname}