- unpack bz2 archives via "tar xjf" instead of "tar xf"
This commit is contained in:
parent
f8a48cba51
commit
0ff4566640
@ -174,7 +174,7 @@ Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
|
|||||||
%if %{LIBBIND}
|
%if %{LIBBIND}
|
||||||
# XXX temporary libbind workaround
|
# XXX temporary libbind workaround
|
||||||
pushd lib
|
pushd lib
|
||||||
tar xf %{SOURCE31}
|
tar xjf %{SOURCE31}
|
||||||
popd
|
popd
|
||||||
sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in
|
sed -i 's/SUBDIRS\(.*\)/SUBDIRS\1 lib\/bind/' Makefile.in
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user