From 0a163e215c0da70a0fc4631258437c12b5d999037399432c6cd4f0ec297c8a63 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 17 Sep 2008 19:37:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=19 --- python-setuptools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 848dfb7..68cc65e 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -25,7 +25,7 @@ Authors: %prep %setup -q -n %{modname}-%{version}%{extraver} -find . -name *.txt -print0 | xargs -r -0 chmod -v 644 +find . -name "*.txt" -exec chmod -v 644 {} ";" %build