aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teleport/teleport-0.33/makefile-fix.patch
blob: 31973c49b2faf13fd1750556108bf4c4e879a41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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