]> sourceware.org Git - systemtap.git/commit
Handle installation without stapusr group
authorDavid Ward <david.ward@ll.mit.edu>
Wed, 30 Jan 2019 05:37:56 +0000 (00:37 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 4 Feb 2019 17:01:49 +0000 (12:01 -0500)
commit6b2838df523feba71d108f8c6588368c08967127
tree33df86db5ad6544dfcf4c85e4bd41b3c47045c6a
parentf90ca30963e167973d59ce71a0af79ac8a33f18f
Handle installation without stapusr group

Do not cause "make install" to return an error if the stapusr group
cannot be found or created (even as root); continue without setting
the ownership or mode of the installed executables. This may happen
when building distribution packages using fakeroot (it was observed
on Arch Linux). This step is often performed directly in the build
files of the distribution package instead (such as systemtap.spec).
stapbpf/Makefile.am
stapbpf/Makefile.in
staprun/Makefile.am
staprun/Makefile.in
This page took 0.026825 seconds and 5 git commands to generate.