From 86210b9fab888ff5177795e39429a6dc0fd61cc37d161843d29d445f5ee35039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 15 Sep 2014 06:37:41 +0000 Subject: [PATCH] Accepting request 249171 from home:AndreasSchwab:f - Fix syntax error in find command OBS-URL: https://build.opensuse.org/request/show/249171 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=71 --- swig.changes | 5 +++++ swig.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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