aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teleport/teleport-0.33/makefile-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/teleport/teleport-0.33/makefile-fix.patch')
-rw-r--r--recipes/teleport/teleport-0.33/makefile-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/teleport/teleport-0.33/makefile-fix.patch b/recipes/teleport/teleport-0.33/makefile-fix.patch
new file mode 100644
index 0000000000..31973c49b2
--- /dev/null
+++ b/recipes/teleport/teleport-0.33/makefile-fix.patch
@@ -0,0 +1,13 @@
+--- /tmp/Makefile.old 2004-07-20 22:01:25.000000000 +0200
++++ teleport-0.33/Makefile 2009-05-02 00:16:57.000000000 +0200
+@@ -40,8 +40,8 @@
+
+ install-program: all
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
+- install -s teleport $(DESTDIR)$(PREFIX)/bin/
+- install -s tp-keygen $(DESTDIR)$(PREFIX)/bin/
++ install teleport $(DESTDIR)$(PREFIX)/bin/
++ install tp-keygen $(DESTDIR)$(PREFIX)/bin/
+ install -d $(DESTDIR)$(PREFIX)/share/pixmaps
+ install -m 644 teleport.png $(DESTDIR)$(PREFIX)/share/pixmaps
+ install -d $(DESTDIR)$(PREFIX)/share/applications