]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- oops auto/th/rpm-build-macros-1_384-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Jun 2007 17:43:47 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.384

rpm.macros

index 938da49028b7eb7536e788077a996175e0349c4c..52ee32497e3d839ce5adea50b3ae64f4ba997fd3 100644 (file)
@@ -343,11 +343,11 @@ unset DISPLAY ||:\
                        find "$RPM_BUILD_ROOT$i" -type f -size +%{_min_compress_bytes}c -print | xargs -r %{__gzip} -9nf; \
                fi; \
        done; \
-       if [ -d "$RPM_BUILD_ROOT$i" ]; then \
-               echo "Compress info pages: $i"; \
-               find "$RPM_BUILD_ROOT$i" -name '*.bz2' -print | xargs -r %{__bzip2} -df; \
-               find "$RPM_BUILD_ROOT$i" -name '*.gz' -print | xargs -r %{__gzip} -dnf; \
-               find "$RPM_BUILD_ROOT$i" -name '*.info*' -type f -size +%{_min_compress_bytes}c -print | xargs -r %{__gzip} -9nf; \
+       if [ -d "$RPM_BUILD_ROOT%{_infodir}" ]; then \
+               echo "Compress info pages: %{_infodir}"; \
+               find "$RPM_BUILD_ROOT%{_infodir}" -name '*.bz2' -print | xargs -r %{__bzip2} -df; \
+               find "$RPM_BUILD_ROOT%{_infodir}" -name '*.gz' -print | xargs -r %{__gzip} -dnf; \
+               find "$RPM_BUILD_ROOT%{_infodir}" -name '*.info*' -type f -size +%{_min_compress_bytes}c -print | xargs -r %{__gzip} -9nf; \
        fi; \
 }; __spec_install_post_compress_docs } }
 
This page took 0.049158 seconds and 4 git commands to generate.