fix build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=18
This commit is contained in:
parent
a3d96e5cce
commit
705d234300
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 02:24:24 CEST 2008 - poeml@suse.de
|
||||
|
||||
- fix build -- by removing executable permissions from doc files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 08:25:44 UTC 2007 - judas_iscariote@shorewall.net
|
||||
|
||||
|
@ -25,6 +25,7 @@ Authors:
|
||||
%prep
|
||||
|
||||
%setup -q -n %{modname}-%{version}%{extraver}
|
||||
find . -name *.txt -print0 | xargs -r -0 chmod -v 644
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user