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



--- Comment #17 from Muayyad Alsadi <[email protected]> ---

>> mkdir -p "${RPM_BUILD_ROOT}/%{_bindir}" "${RPM_BUILD_ROOT}/%{_mandir}/man1/"
>> install -pm 755 %{name} "${RPM_BUILD_ROOT}/%{_bindir}/"
>> install -pm 644 %{name}.1.gz "${RPM_BUILD_ROOT}/%{_mandir}/man1/"
>install -Dpm0755 %{name} %{buildroot}%{_bindir}/%{name}
>install -Dpm0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

https://fedoraproject.org/wiki/Packaging:Guidelines#Using_.25.7Bbuildroot.7D_and_.25.7Boptflags.7D_vs_.24RPM_BUILD_ROOT_and_.24RPM_OPT_FLAGS

> There is very little value in choosing one style over the other, 

but I like your style so. so I'll do that.

I'll fix all those nodes.

-- 
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]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to