- unpack bz2 archives via "tar xjf" instead of "tar xf"

This commit is contained in:
Adam Tkac 2008-12-08 11:35:53 +00:00
parent f8a48cba51
commit 0ff4566640
1 changed files with 1 additions and 1 deletions

View File

@ -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