]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- don't strip dynamic linker rpm-4_0-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Jan 2001 21:43:31 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- workaround buggy bash (Marcin Kowalczyk)

Changed files:
    rpm.macros -> 1.38

rpm.macros

index b15e08533142b837eb286fb5fb40b8a63bd63e5e..4f393c190f3042f76ad28ab0fee3a3c90c6aeed6 100644 (file)
@@ -121,8 +121,7 @@ echo "Compress man and info pages."; \
                        find "$RPM_BUILD_ROOT$i" -type f -print | xargs -r %{__gzip} -9nf; \
                fi; \
        done; \
-} \
-}
+} }
 
 #-----------------------------------------------------------------
 # Strip executable binaries and shared object files
@@ -145,8 +144,7 @@ echo "Compress man and info pages."; \
        if [ -n "$elfsharedlist" ]; then \
                strip --strip-unneeded --remove-section=.note  --remove-section=.comment $elfsharedlist; \
        fi; } \
-} \
-}
+} }
 
 #-----------------------------------------------------------------
 # post %install sequence:
@@ -155,8 +153,7 @@ echo "Compress man and info pages."; \
 #
 %__spec_install_post { \
 %{__spec_install_post_strip} \
-%{__spec_install_post_compress_docs} \
-}
+%{__spec_install_post_compress_docs} }
 
 %_source_payload        w9.gzdio
 %_binary_payload        w9.bzdio
This page took 0.055691 seconds and 4 git commands to generate.