blueprobe 0.18: fix makefile so that it actually builds
[vuplus_openembedded] / packages / blueprobe / blueprobe-0.18 / fix-makefile.patch
1 Index: blueprobe-0.18/Makefile
2 ===================================================================
3 --- blueprobe-0.18.orig/Makefile
4 +++ blueprobe-0.18/Makefile
5 @@ -28,7 +28,7 @@
6  install-program: $(PACKAGE)
7         install -d $(DESTDIR)/etc/sysconfig
8         install -d $(DESTDIR)$(PREFIX)/bin
9 -       install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
10 +       install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
11         install -d $(DESTDIR)/etc/init.d
12         install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
13         install -d $(DESTDIR)/etc/rcS.d