1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
let portage do the stripping http://bugs.gentoo.org/133580 --- libcap-1.10/progs/Makefile +++ libcap-1.10/progs/Makefile @@ -44,7 +44,7 @@ $(PROGS): %: %.o install: all mkdir -p -m 0755 $(SBINDIR) for p in $(PROGS) ; do \ - install -s -m 0755 $$p $(SBINDIR) ; \ + install -m 0755 $$p $(SBINDIR) ; \ done clean: