]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- missing line continuation
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jun 2008 15:29:32 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.455

rpm.macros

index afd7faa411a5995123e7152a1ccd5d6e52668c4c..e8060d7240b7f0ec8d85d33e6aaa26b6afe7fc79 100644 (file)
@@ -456,7 +456,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        chmod u+w "$file"; \
                        for dir in `chrpath -l "$file" | \
                                        awk '/RPATH=/ { gsub(/.*RPATH=/,""); gsub(/:/," "); print $0 }'` ; do \
-                                       dir=`%{__python} -c 'import sys, os; print os.path.normpath(sys.argv[1]);' $dir`
+                                       dir=`%{__python} -c 'import sys, os; print os.path.normpath(sys.argv[1]);' $dir`; \
                                        case $dir in \
                                        /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.127624 seconds and 4 git commands to generate.