From 3dc5ad48f4ce11e02dc0cd852e53437bdb5eb12d Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 28 Apr 2011 21:46:04 +0200 Subject: [PATCH] fixed decompress command --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index bfbf333..e87a359 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -257,7 +257,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/thunderbird touch %{name}.lang %if %{build_langpacks} %{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/langpacks -%{__tar} xjf %{SOURCE1} +%{__tar} xf %{SOURCE1} for langpack in `ls thunderbird-langpacks/*.xpi`; do language=`basename $langpack .xpi` extensiondir=$RPM_BUILD_ROOT%{mozappdir}/langpacks/langpack-$language@thunderbird.mozilla.org