SHA256
1
0
forked from pool/systemtap

Accepting request 72849 from home:coolo:branches:openSUSE:Factory

- fix file dependencies of examples and testsuite

OBS-URL: https://build.opensuse.org/request/show/72849
OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=31
This commit is contained in:
Tony Jones 2011-06-07 18:19:23 +00:00 committed by Git OBS Bridge
parent 01f3d4995f
commit bbf3e43f64
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 7 08:11:15 UTC 2011 - coolo@novell.com
- fix file dependencies of examples and testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 17 11:28:27 CEST 2011 - jslaby@suse.de Tue May 17 11:28:27 CEST 2011 - jslaby@suse.de

View File

@ -69,6 +69,9 @@ Authors:
%patch3 -p1 %patch3 -p1
%build %build
# fix interpreter
find testsuite examples -name "*.stp" | xargs -n1 sed -i -e 's, /bin/env, /usr/bin/env,'
find testsuite examples -type f | xargs chmod 644
autoreconf -fi autoreconf -fi
%configure %configure
make %{?jobs:-j %jobs} make %{?jobs:-j %jobs}