From d31f2ce0bec276d54c2a2cfe70c2764aee4503d8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 1 Apr 2010 20:34:03 +0200 Subject: install i3status with cap_net_admin capability, document it --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e84d0cd..883bcdd 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ install: install -m 755 -d $(DESTDIR)/etc install -m 755 -d $(DESTDIR)/usr/share/man/man1 install -m 755 i3status $(DESTDIR)/usr/bin/i3status + # Allow network configuration for getting the link speed + which setcap && setcap cap_net_admin=ep $(DESTDIR)/usr/bin/i3status install -m 644 i3status.conf $(DESTDIR)/etc/i3status.conf install -m 644 man/i3status.1 $(DESTDIR)/usr/share/man/man1 -- cgit v1.2.3