From f4b89a087fed5783a34fb1ae9d414c6aafb55051 Mon Sep 17 00:00:00 2001 From: Pawel 'l0ner' Soltys Date: Mon, 23 Jan 2012 16:43:35 +0100 Subject: i18n: fixed typo preventing build --- arch/3.5.13/trinity-extras/trinity-i18n/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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} -- cgit v1.2.3