https://bugzilla.redhat.com/show_bug.cgi?id=1532000
--- Comment #2 from Filip SzymaĆski <[email protected]> --- %{_mandir} macro expands to /usr/share/man, xcape Makefile looks like this: ... PREFIX=/usr MANDIR?=/local/man/man1 ... $(INSTALL) -m 0644 xcape.1 $(DESTDIR)$(PREFIX)$(MANDIR)/xcape.1 ... If we use %{_mandir}/man1 we will get /usr/usr/share/man/man1. Thanks for the the review. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
