15
0

Remove executable bits from doc files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=3
This commit is contained in:
2008-12-03 02:41:13 +00:00
committed by Git OBS Bridge
parent 1d838a8b6e
commit d086ff4d68

View File

@@ -29,6 +29,8 @@ Authors:
%prep
%setup -q -n %{modname}-%{version}
# Remove executable bits from doc files
chmod -x *
%build
export CFLAGS="$RPM_OPT_FLAGS"