OBS User unknown 2008-09-17 19:37:28 +00:00 committed by Git OBS Bridge
parent 705d234300
commit 0a163e215c

View File

@ -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