From 91bfff1c6537da73f95edd68df1b77e3b479c740 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 3 Jun 2007 17:43:47 +0000 Subject: [PATCH] - oops Changed files: rpm.macros -> 1.384 --- rpm.macros | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rpm.macros b/rpm.macros index 938da49..52ee324 100644 --- a/rpm.macros +++ b/rpm.macros @@ -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 } } -- 2.43.0