29 lines
788 B
Diff
29 lines
788 B
Diff
From 9d2800441a73a1dfb84f1c97a1e2755b9cac163c Mon Sep 17 00:00:00 2001
|
|
From: Michal Sekletar <msekleta@redhat.com>
|
|
Date: Fri, 26 Jul 2019 01:56:10 +0200
|
|
Subject: [PATCH] buildsys: don't set filecaps nor setuid manually and let
|
|
rpmbuild handle it
|
|
|
|
---
|
|
Makefile.am | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
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 \
|
|
--
|
|
2.21.0
|
|
|