[firefox/f13/master] tar shouldn't expect a bzip2 compressed archive

Christopher Aillon caillon at fedoraproject.org
Wed Mar 23 01:12:37 UTC 2011


commit 6808c37732cbf77197e5e3ac68a96589415abd6d
Author: Christopher Aillon <caillon at redhat.com>
Date:   Tue Mar 22 18:10:53 2011 -0700

    tar shouldn't expect a bzip2 compressed archive
    
    since it ain't getting one!

 firefox.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/firefox.spec b/firefox.spec
index 2044c71..8a9005d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -233,7 +233,7 @@ echo > ../%{name}.lang
 %if %{build_langpacks}
 # Install langpacks
 %{__mkdir_p} $RPM_BUILD_ROOT/%{mozappdir}/langpacks
-%{__tar} xjf %{SOURCE2}
+%{__tar} xf %{SOURCE2}
 for langpack in `ls firefox-langpacks/*.xpi`; do
   language=`basename $langpack .xpi`
   extensiondir=$RPM_BUILD_ROOT/%{mozappdir}/langpacks/langpack-$language at firefox.mozilla.org


More information about the scm-commits mailing list