diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 5b0fbaf1..22744afc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1839,10 +1839,6 @@ install-data-local: do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/transport/$$f; done) (cd $(srcdir)/runtime/uprobes; for f in Makefile *.[ch]; \ do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/uprobes/$$f; done) - if getent group stap-server >/dev/null; then \ - chgrp stap-server $(DESTDIR)$(pkgdatadir)/runtime/uprobes && \ - chmod 775 $(DESTDIR)$(pkgdatadir)/runtime/uprobes; \ - fi (cd $(srcdir)/runtime/uprobes2; for f in *.[ch]; \ do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/uprobes2/$$f; done) (cd $(srcdir)/tapset; find . \( -name '*.stp' -o -name README \) -print \ |