summaryrefslogtreecommitdiff
path: root/packages/blueprobe/blueprobe-0.18/fix-makefile.patch
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-02 23:38:31 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-03-02 23:38:31 +0100
commit227e86a6b29f31734834717096c3e13a272dccf8 (patch)
treeb675ca5a208b2321a4e1e50a6aaaf994fc0a38b1 /packages/blueprobe/blueprobe-0.18/fix-makefile.patch
parent4c2025b2da0c3e7157e65dad7581f42179b644ef (diff)
blueprobe 0.18: fix makefile so that it actually builds
remove older ones
Diffstat (limited to 'packages/blueprobe/blueprobe-0.18/fix-makefile.patch')
-rw-r--r--packages/blueprobe/blueprobe-0.18/fix-makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/blueprobe/blueprobe-0.18/fix-makefile.patch b/packages/blueprobe/blueprobe-0.18/fix-makefile.patch
new file mode 100644
index 0000000000..f1bad8b707
--- /dev/null
+++ b/packages/blueprobe/blueprobe-0.18/fix-makefile.patch
@@ -0,0 +1,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