]> git.pld-linux.org Git - packages/rpm.git/commitdiff
avoid stripping ld.so
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 5 Jan 2001 06:06:07 +0000 (06:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.39

rpm.macros

index 4f393c190f3042f76ad28ab0fee3a3c90c6aeed6..949b26425aa67fdc7c8a5ec870eeecc00036b379 100644 (file)
@@ -133,7 +133,7 @@ echo "Compress man and info pages."; \
 %{!?no_install_post_strip: \
        %{?verbose:set -x;} \
        echo "Strip executable binaries and shared object files."; \
-       filelist=`find $RPM_BUILD_ROOT -type f`; \
+       filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so$"`; \
        elfexelist=`echo $filelist | xargs -r file | \
                awk '/ELF.*executable/ {print $1}' | cut -d: -f1`; \
        elfsharedlist=`echo $filelist | xargs -r file | \
This page took 0.13833 seconds and 4 git commands to generate.