summaryrefslogtreecommitdiffstats
path: root/recipes/blueprobe/blueprobe-0.18/fix-makefile.patch
blob: f1bad8b7070eda7c65a38df3540f0440556f0c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: blueprobe-0.18/Makefile
===================================================================
--- blueprobe-0.18.orig/Makefile
+++ blueprobe-0.18/Makefile
@@ -28,7 +28,7 @@
 install-program: $(PACKAGE)
 	install -d $(DESTDIR)/etc/sysconfig
 	install -d $(DESTDIR)$(PREFIX)/bin
-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 	install -d $(DESTDIR)/etc/init.d
 	install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
 	install -d $(DESTDIR)/etc/rcS.d