]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
stripping modified a bit
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 15 Jan 2001 18:22:10 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.40

rpm.macros

index 949b26425aa67fdc7c8a5ec870eeecc00036b379..e1d10ea4b623ddd9c975dd82f9e01577554b9136 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 ! -regex ".*ld-[0-9.]*so$"`; \
+       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.11263 seconds and 4 git commands to generate.