From 2a784cd48be4e32bba4a999859759546da29d39bc013466054af87089b4184cb Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Jan 2013 18:26:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distorm3?expand=0&rev=9 --- python-distorm3.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-distorm3.spec b/python-distorm3.spec index c464e00..2b15ee3 100644 --- a/python-distorm3.spec +++ b/python-distorm3.spec @@ -44,10 +44,12 @@ CFLAGS="%{optflags}" python setup.py build %install python setup.py install --root=%{buildroot} --prefix=%{_prefix} -%ifarch x86_64 ppc64 && 0%{?suse_version} > 1110 +%ifarch x86_64 ppc64 +%if 0%{?suse_version} && 0%{?suse_version} > 1110 install -d %{buildroot}%{python_sitearch} mv %{buildroot}%{python_sitelib}/* %{buildroot}%{python_sitearch} %endif +%endif %files %defattr(-,root,root)