summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-12-08 11:35:53 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-12-08 11:35:53 +0000
commit0ff4566640eec34779b5f8b992cd0f37905abbf8 (patch)
treec7b396f2790a0eaaf7dcb230967ce6c06f4f9a0e
parentf8a48cba511f47589b8d1684cb3901c26891a8d7 (diff)
downloadbind-0ff4566640eec34779b5f8b992cd0f37905abbf8.tar.gz
bind-0ff4566640eec34779b5f8b992cd0f37905abbf8.tar.xz
bind-0ff4566640eec34779b5f8b992cd0f37905abbf8.zip
- unpack bz2 archives via "tar xjf" instead of "tar xf"
-rw-r--r--bind.spec2
1 files changed, 1 insertions, 1 deletions
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 <kas@fi.muni.cz>
%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