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
This commit is contained in:
Klaus Kämpf 2014-09-15 06:37:41 +00:00 committed by Git OBS Bridge
parent 78251af60c
commit 86210b9fab
2 changed files with 6 additions and 1 deletions

View File

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

View File

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