teleport: reorder patches for old version 0.33 (still breaks compiling)
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 22:24:44 +0000 (00:24 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 22:28:44 +0000 (00:28 +0200)
recipes/teleport/teleport-0.33/crypt.c [moved from recipes/teleport/files/crypt.c with 100% similarity]
recipes/teleport/teleport-0.33/fix-desktop.patch [moved from recipes/teleport/files/fix-desktop.patch with 100% similarity]
recipes/teleport/teleport-0.33/makefile-fix.patch [new file with mode: 0644]
recipes/teleport/teleport-0.33/remove-tododb.patch [moved from recipes/teleport/files/remove-tododb.patch with 100% similarity]
recipes/teleport/teleport-0.34/makefile-fix.patch [moved from recipes/teleport/files/makefile-fix.patch with 100% similarity]

diff --git a/recipes/teleport/teleport-0.33/makefile-fix.patch b/recipes/teleport/teleport-0.33/makefile-fix.patch
new file mode 100644 (file)
index 0000000..31973c4
--- /dev/null
@@ -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