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