replace +w hack for static libs for strip

This commit is contained in:
Eric Sandeen 2010-06-02 20:32:15 +00:00
parent b831759dc5
commit 41314dec32
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
%endif
# Hack for now, otherwise strip fails.
chmod +w %{buildroot}%{_libdir}/*.a
%find_lang %{name}
%check