replace +w hack for static libs for strip
This commit is contained in:
parent
b831759dc5
commit
41314dec32
@ -172,6 +172,9 @@ mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
|
|||||||
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Hack for now, otherwise strip fails.
|
||||||
|
chmod +w %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user