Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752829

--- Comment #23 from Steve Traylen <[email protected]> 2011-12-20 06:03:27 
EST ---

> 
> Change:
> install -m 0644 man/glue-validator.1 %{buildroot}/usr/share/man/man1
> to 
> install -p -m 0644 man/glue-validator.1 %{buildroot}/usr/share/man/man1
> 
In fact should be:

install -p -m 0644 man/glue-validator.1 %{buildroot}%{_mandir}/man1

to be consistant with the use of %{_mandir} in the files section below, same
for the 'mkdir'
line as well.

Steve.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to