From 02f68a669ca0860c682b47bbaa67a44bfcfee311711af88a6f15a39ad03f2011 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