From: Andrea Adami Date: Fri, 1 May 2009 22:24:44 +0000 (+0200) Subject: teleport: reorder patches for old version 0.33 (still breaks compiling) X-Git-Tag: Release-2010-05/1~3618 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c394638bb03f526e71faf7c9f1490b2d8d8191;p=openembedded.git teleport: reorder patches for old version 0.33 (still breaks compiling) --- diff --git a/recipes/teleport/files/crypt.c b/recipes/teleport/teleport-0.33/crypt.c similarity index 100% rename from recipes/teleport/files/crypt.c rename to recipes/teleport/teleport-0.33/crypt.c diff --git a/recipes/teleport/files/fix-desktop.patch b/recipes/teleport/teleport-0.33/fix-desktop.patch similarity index 100% rename from recipes/teleport/files/fix-desktop.patch rename to recipes/teleport/teleport-0.33/fix-desktop.patch 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 diff --git a/recipes/teleport/files/remove-tododb.patch b/recipes/teleport/teleport-0.33/remove-tododb.patch similarity index 100% rename from recipes/teleport/files/remove-tododb.patch rename to recipes/teleport/teleport-0.33/remove-tododb.patch diff --git a/recipes/teleport/files/makefile-fix.patch b/recipes/teleport/teleport-0.34/makefile-fix.patch similarity index 100% rename from recipes/teleport/files/makefile-fix.patch rename to recipes/teleport/teleport-0.34/makefile-fix.patch