]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- lib* in unneeded-rpath-removal script was not a good idea rpm-4_3-0_20031227_1
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 30 Dec 2003 09:28:25 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.137

rpm.macros

index dc31b0238214b888eae0e7b7937898062dcd576f..be87e562459866e76d9c6f222fb11d4ca53dfed5 100644 (file)
@@ -280,7 +280,7 @@ while read file ; do \
        for dir in `chrpath -l "$file" | \
                    awk '/RPATH=/ { gsub(/.*RPATH=/,""); gsub(/:/," "); print $0 }'` ; do \
                        case $dir in \
-                       /home/* | /tmp/* | /usr/lib* | /lib* | /usr/local/lib* | /usr/X11R6/lib* ) \
+                       /home/* | /tmp/* | /usr/lib | /usr/lib64 | /lib | /lib64 | /usr/local/lib | /usr/local/lib64 | /usr/X11R6/lib | /usr/X11R6/lib64 ) \
                                echo "remove-rpath: $dir in $file"; \
                                ;; \
                        * ) \
This page took 0.189914 seconds and 4 git commands to generate.