You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch

13 lines
605 B

--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,7 @@
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
[ -d $(DESTDIR)$(mandir)/man8 ] || \
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man8
- $(INSTALL) -m 0755 -s softflowd $(DESTDIR)$(sbindir)/softflowd
- $(INSTALL) -m 0755 -s softflowctl $(DESTDIR)$(sbindir)/softflowctl
+ $(INSTALL) -m 0755 softflowd $(DESTDIR)$(sbindir)/softflowd
+ $(INSTALL) -m 0755 softflowctl $(DESTDIR)$(sbindir)/softflowctl
$(INSTALL) -m 0644 softflowd.8 $(DESTDIR)$(mandir)/man8/softflowd.8
$(INSTALL) -m 0644 softflowctl.8 $(DESTDIR)$(mandir)/man8/softflowctl.8