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

Yanko Kaneti notifications at github.com
Fri Sep 7 11:19:47 UTC 2018


yaneti 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"`

I am less concerned about /usr/info and /usr/kerberos/man because these seem to be some long forgotten legacy. 
Wondering more about */man/*/man*

-- 
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#discussion_r215927375
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180907/64a52482/attachment-0001.html>


More information about the Rpm-maint mailing list