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:
parent
01f3d4995f
commit
bbf3e43f64
@ -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
|
||||
|
||||
|
@ -69,6 +69,9 @@ Authors:
|
||||
%patch3 -p1
|
||||
|
||||
%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
|
||||
%configure
|
||||
make %{?jobs:-j %jobs}
|
||||
|
Loading…
Reference in New Issue
Block a user