Set _host_rpmprefix %{_host}- for canadian X compiles.

This commit is contained in:
Ralf Corsepius
2009-07-18 03:54:42 +00:00
parent b4404843ec
commit 38df50156e

View File

@@ -42,7 +42,7 @@
%endif
%if "%{_build}" != "%{_host}"
%define _host_rpmprefix @rpmprefix@%{_host}-
%define _host_rpmprefix %{_host}-
%else
%define _host_rpmprefix %{nil}
%endif