From f8f4e73bd108020f05bf78ccddc0e789750df6da Mon Sep 17 00:00:00 2001 From: rpm-build Date: Sep 15 2020 19:08:54 +0000 Subject: 0001-buildsys-don-t-set-filecaps-nor-setuid-manually-and-.patch patch_name: 0001-buildsys-don-t-set-filecaps-nor-setuid-manually-and-.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/Makefile.am b/Makefile.am index c0709ca..daebb84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,10 +40,6 @@ $(PATHFILES): Makefile dist_man_MANS = mtr.8 mtr-packet.8 PATHFILES += man/mtr.8 man/mtr-packet.8 -install-exec-hook: - `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \ - || chmod u+s $(DESTDIR)$(sbindir)/mtr-packet - mtr_SOURCES = ui/mtr.c ui/mtr.h \ ui/net.c ui/net.h \ ui/cmdpipe.c ui/cmdpipe.h \