[Rpm-maint] [rpm-software-management/rpm] brp-compress: scan more thoroughly for man and info directories (#538)

Igor Gnatenko notifications at github.com
Fri Sep 7 10:54:20 UTC 2018


ignatenkobrain commented on this pull request.



> @@ -11,12 +11,8 @@ cd "$RPM_BUILD_ROOT"
 COMPRESS=${COMPRESS:-gzip -9 -n}
 COMPRESS_EXT=${COMPRESS_EXT:-.gz}
 
-for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \
-	./usr/share/man/man* ./usr/share/man/*/man* ./usr/share/info \
-	./usr/kerberos/man ./usr/X11R6/man/man* ./usr/lib/perl5/man/man* \
-	./usr/share/doc/*/man/man* ./usr/lib/*/man/man* ./usr/share/fish/man/man*
+for d in `find . -type d -path "*/man/man*" -o -path "*/share/info"`

this doesn't cover `/usr/info`, `/usr/kerberos/man` cases... I'm not saying that we should support it, but at least we should consider it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/538#pullrequestreview-153294767
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180907/e50a33d9/attachment.html>


More information about the Rpm-maint mailing list