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



--- Comment #14 from Mario Blättermann <mario.blaetterm...@gmail.com> ---
(In reply to MartinKG from comment #13)
> don't know how to pass INSTALL="install -p" and on which position that it
> works.

Here, for example:

install -m644 build/sphinx/man/livestreamer.1
%buildroot%{_mandir}/man1/python3-livestreamer.1

Just add the -p switch:

install -p -m644 build/sphinx/man/livestreamer.1
%buildroot%{_mandir}/man1/python3-livestreamer.1

The Python setup script uses the -p switch automatically when calling
"%{__python3} setup.py install".

-- 
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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to