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:
parent
78251af60c
commit
86210b9fab
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user