patch-progs_Makefile 389 B

123456789101112
  1. --- libcap-2.25.orig/progs/Makefile 2016-01-31 01:01:41.000000000 +0100
  2. +++ libcap-2.25/progs/Makefile 2016-09-23 10:37:55.480689559 +0200
  3. @@ -26,9 +26,6 @@ install: all
  4. for p in $(PROGS) ; do \
  5. install -m 0755 $$p $(FAKEROOT)$(SBINDIR) ; \
  6. done
  7. -ifeq ($(RAISE_SETFCAP),yes)
  8. - $(FAKEROOT)$(SBINDIR)/setcap cap_setfcap=i $(FAKEROOT)$(SBINDIR)/setcap
  9. -endif
  10. clean:
  11. $(LOCALCLEAN)