skim: 0.15.7 -> 0.16.0 (#376410)
[NixPkgs.git] / pkgs / by-name / nq / nqptp / remove-setcap.patch
blob2fa56ac0150a4c814265cc6746768305751d9c01
1 diff --git a/Makefile.am b/Makefile.am
2 index 78f36d7..8dc4e4f 100644
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -19,8 +19,6 @@ endif
7 install-exec-hook:
8 if BUILD_FOR_LINUX
9 -# NQPTP runs as user/group nqptp/nqptp on Linux and uses setcap to access ports 319 and 320
10 - setcap 'cap_net_bind_service=+ep' $(bindir)/nqptp
11 # no installer for System V
12 if INSTALL_SYSTEMD_STARTUP
13 getent group nqptp &>/dev/null || groupadd -r nqptp &>/dev/null