Accepting request 72899 from devel:tools

- fix file dependencies of examples and testsuite (forwarded request 72849 from coolo)

OBS-URL: https://build.opensuse.org/request/show/72899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=66
This commit is contained in:
Sascha Peilicke 2011-06-08 07:08:41 +00:00 committed by Git OBS Bridge
commit 4bad79eb2c
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

View File

@ -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}