15
0

Fix non-suse issue (regenerated with py2pack-0.3.0).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2010-12-12 12:15:49 +00:00
committed by Git OBS Bridge
parent aa9fd87188
commit 383da92d0c

View File

@@ -65,7 +65,7 @@ export CFLAGS="%{optflags}"
%files %{?suse_version: -f INSTALLED_FILES}
%defattr(-,root,root,-)
%if 0%{?!suse_version}
%if 0%{!?suse_version:1}
%{_bindir}/%{mod_name}
%python_sitelib/%{mod_name}*
%endif