aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bmon/files/no-strip.patch
blob: f09e8168571fde7fa3ed13cb15b621336c4dc3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: bmon-2.1.0/GNUmakefile
===================================================================
--- bmon-2.1.0.orig/GNUmakefile
+++ bmon-2.1.0/GNUmakefile
@@ -50,7 +50,7 @@ distclean: clean
 install:
 	./install-sh -d -m 0755 $(DESTDIR)$(prefix)/bin
 	./install-sh -d -m 0755 $(DESTDIR)$(mandir)/man1
-	./install-sh -c -s -m 0755 src/bmon $(DESTDIR)$(prefix)/bin
+	./install-sh -c -m 0755 src/bmon $(DESTDIR)$(prefix)/bin
 	./install-sh -c    -m 0644 man/bmon.1 $(DESTDIR)$(mandir)/man1
 
 show: Makefile.opts