Accepting request 249196 from devel:tools:building

1

OBS-URL: https://build.opensuse.org/request/show/249196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swig?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2014-09-17 19:24:34 +00:00
committed by Git OBS Bridge
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