Logoj0ke.net Open Build Service > Projects > devel:python > python-setuptools > Changes
Sign Up | Log In

Changes of Revision 11

[-] Changed python-setuptools.spec
 
1
@@ -42,7 +42,7 @@
2
    --root="%{buildroot}" \
3
    --prefix=%{_prefix}
4
 if [ ! -f %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe ] ; then
5
-   %__install -D -m644 distribute.egg-info/zip-safe %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe
6
+   %__touch %{buildroot}%{py_sitedir}/distribute-0.6.28-py%{py_ver}.egg-info/zip-safe
7
 fi
8
 
9
 %clean
10