Add _host_rpmprefix.

This commit is contained in:
Ralf Corsepius
2008-03-28 05:45:41 +00:00
parent 4c081642b0
commit 0b770037ef

View File

@@ -21,3 +21,9 @@
%define debug_package %{nil} %define debug_package %{nil}
%endif %endif
%if "%{_build}" != "%{_host}"
%define _host_rpmprefix @rpmprefix@%{_host}-
%else
%define _host_rpmprefix %{nil}
%endif