systemtap ver. bump

This commit is contained in:
Rmys
2022-10-24 22:54:12 +03:00
committed by GitHub
parent 0ee7347e3c
commit d836b982bb
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -23,6 +23,7 @@ def setup():
--disable-publican \
--disable-crash \
--disable-silent-rules \
--without-systemd \
--docdir=/%s/%s \
--without-rpm" % (get.docDIR(), get.srcNAME()))
@@ -43,6 +44,7 @@ def install():
pisitools.dobin("stap-prep")
pisitools.domove("/var/run/stap-server", "/run/")
pisitools.removeDir("var/run")
pisitools.removeDir("/usr/lib/systemd")
shelltools.copytree("testsuite", "%s/usr/share/systemtap" % get.installDIR())