[thunderbird/f13/master] fixed decompress command

Jan Horak xhorak at fedoraproject.org
Thu Apr 28 19:48:55 UTC 2011


commit 617a3e983cf8cdca639bf7aedbd0083fa73f55f7
Author: Jan Horak <jhorak at redhat.com>
Date:   Thu Apr 28 21:48:44 2011 +0200

    fixed decompress command

 thunderbird.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index c842867..23e1491 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -254,7 +254,7 @@ install -Dm755 %{SOURCE30} $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
 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 at thunderbird.mozilla.org


More information about the scm-commits mailing list