From 0ff4566640eec34779b5f8b992cd0f37905abbf8 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Dec 08 2008 11:35:53 +0000 Subject: - unpack bz2 archives via "tar xjf" instead of "tar xf" --- diff --git a/bind.spec b/bind.spec index 1302068..25b5667 100644 --- a/bind.spec +++ b/bind.spec @@ -174,7 +174,7 @@ Based on the code from Jan "Yenya" Kasprzak %if %{LIBBIND} # XXX temporary libbind workaround pushd lib -tar xf %{SOURCE31} +tar xjf %{SOURCE31} popd sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in %endif