X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=c5427b9995b473780afc5ed077c095efdfa8d515;hb=afd7e44d9713916a1f10507ba1ea1da927c4ce8e;hp=5ec587172475fc03fbc40e74558086722167753d;hpb=adc9348e80cd0e0b1b5614433e33d1ff63e0e19d;p=i3%2Fi3status diff --git a/Makefile b/Makefile index 5ec5871..c5427b9 100644 --- a/Makefile +++ b/Makefile @@ -116,8 +116,6 @@ install: install -m 755 -d $(DESTDIR)$(SYSCONFDIR) install -m 755 -d $(DESTDIR)$(MANPREFIX)/share/man/man1 install -m 755 i3status $(DESTDIR)$(PREFIX)/bin/i3status - # Allow network configuration for getting the link speed - (which setcap && setcap cap_net_admin=ep $(DESTDIR)$(PREFIX)/bin/i3status) || true install -m 644 i3status.conf $(DESTDIR)$(SYSCONFDIR)/i3status.conf install -m 644 man/i3status.1 $(DESTDIR)$(MANPREFIX)/share/man/man1