]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- display message about compressing docs only if really doing that auto/ac/rpm-4_3-0_20040107_22
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 22 May 2004 18:59:19 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.152

rpm.macros

index f1cc633259bd41f77ec6141d91edf19803583622..1190669dd6ddfc088bdb560f5a344c7c2aa53f5b 100644 (file)
@@ -248,8 +248,8 @@ unset DISPLAY ||:\
 #
 #%no_install_post_compress_docs        1
 %__spec_install_post_compress_docs { \
-echo "Compress man and info pages."; \
 %{!?no_install_post_compress_docs: \
+       echo "Compress man and info pages."; \
        %{?verbose:set -x;} \
        for i in /usr/share/man /usr/X11R6/man /usr/share/info; do \
                if [ -d "$RPM_BUILD_ROOT$i" ]; then \
This page took 0.04051 seconds and 4 git commands to generate.