From 41314dec3211f05a524584f1ca69468df053a3d2 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 2 Jun 2010 20:32:15 +0000 Subject: [PATCH] replace +w hack for static libs for strip --- e2fsprogs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 8b46b06..6cb419d 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -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