]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- py_hardlink fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 20 Feb 2005 20:16:43 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.190

rpm.macros

index 2a876ebcaeb9dab11c2f8b44e927e879f3596c80..e10980526cbd4afbea0ad444f03af30fc6eed92a 100644 (file)
@@ -433,7 +433,7 @@ echo "Compress kernel modules if any."; \
 # Hardlink binary identical .pyc and .pyo files
 # (idea by glen <at> pld-linux <dot> org)
 %__spec_install_post_py_hardlink {\
-%{!?no_install_post_py_hardlink:
+%{!?no_install_post_py_hardlink: \
 [ ! -d "$RPM_BUILD_ROOT" ] || find "$RPM_BUILD_ROOT" -name '*.pyc' | while read a; do \
        b="$(echo $a|sed -e 's/.pyc$/.pyo/')"; \
        if cmp -s "$a" "$b"; then \
This page took 0.053292 seconds and 4 git commands to generate.