17
0
OBS User unknown
2008-09-17 19:37:28 +00:00
committed by Git OBS Bridge
parent 9082329a37
commit 02f68a669c

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