From c13a3655aa730bb34ef06c8a8f9c3b341452f413ea46b1df86baeb14784d1ee7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 4 Aug 2015 12:07:47 +0000 Subject: [PATCH] Accepting request 320361 from home:dimstar:Factory Fix personal stupidity.... OBS-URL: https://build.opensuse.org/request/show/320361 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=38 --- python-six.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 0bf1ef1..88f9cf2 100644 --- a/python-six.spec +++ b/python-six.spec @@ -70,7 +70,7 @@ python test_six.py %pre # previous versions of the package installed .egg-info as a directory, # the new update now installs it as a file. Clean out the directory, should it exist. -if [ -d %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info; then +if [ -d %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info ]; then rm -rf %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info fi