Fix mof_compiler.py module import path in order to be able to compile in-tree

This commit is contained in:
Tomas Bzatek 2013-05-24 18:25:34 +02:00
parent f0a508380c
commit 588c99fb6d

View File

@ -41,6 +41,8 @@ easiest way to write providers on the planet.
%patch0 -p1 -b .mofcomp-imports
%build
# dirty workaround to fix the mof_compiler.py module path
ln -s . pywbem
CFLAGS="%{optflags}" %{__python} setup.py build
%install