diff --git a/swig.changes b/swig.changes index 2e23d47..776e0c4 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 14 15:34:33 UTC 2014 - schwab@linux-m68k.org + +- Fix syntax error in find command + ------------------------------------------------------------------- Mon Aug 25 14:17:29 CEST 2014 - mls@suse.de diff --git a/swig.spec b/swig.spec index 967ad4a..b6244c7 100644 --- a/swig.spec +++ b/swig.spec @@ -146,7 +146,7 @@ find %{buildroot}%{_libdir}/swig \ # fix perms chmod -x %{buildroot}%{docpath}/Manual/* -find %{buildroot}%{_libdir}/swig -name '*.h' -perm +111 | \ +find %{buildroot}%{_libdir}/swig -name '*.h' -perm /111 | \ xargs --no-run-if-empty chmod -x ln -s %{_libdir}/swig/examples %{buildroot}%{docpath}/Examples