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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user