diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-02 00:24:44 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-02 00:28:44 +0200 |
commit | d8c394638bb03f526e71faf7c9f1490b2d8d8191 (patch) | |
tree | 5c2940f7a880d59011772c678a2bff4b69719dc8 /recipes | |
parent | c89a7e84dd36258ee25823cc35e5207ad5828b4e (diff) |
teleport: reorder patches for old version 0.33 (still breaks compiling)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/teleport/teleport-0.33/crypt.c (renamed from recipes/teleport/files/crypt.c) | 0 | ||||
-rw-r--r-- | recipes/teleport/teleport-0.33/fix-desktop.patch (renamed from recipes/teleport/files/fix-desktop.patch) | 0 | ||||
-rw-r--r-- | recipes/teleport/teleport-0.33/makefile-fix.patch | 13 | ||||
-rw-r--r-- | recipes/teleport/teleport-0.33/remove-tododb.patch (renamed from recipes/teleport/files/remove-tododb.patch) | 0 | ||||
-rw-r--r-- | recipes/teleport/teleport-0.34/makefile-fix.patch (renamed from recipes/teleport/files/makefile-fix.patch) | 0 |
5 files changed, 13 insertions, 0 deletions
diff --git a/recipes/teleport/files/crypt.c b/recipes/teleport/teleport-0.33/crypt.c index 359c5ee99a..359c5ee99a 100644 --- a/recipes/teleport/files/crypt.c +++ b/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 index c12434f8fd..c12434f8fd 100644 --- a/recipes/teleport/files/fix-desktop.patch +++ b/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 index 87e4f74b00..87e4f74b00 100644 --- a/recipes/teleport/files/remove-tododb.patch +++ b/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 index 9dc232d847..9dc232d847 100644 --- a/recipes/teleport/files/makefile-fix.patch +++ b/recipes/teleport/teleport-0.34/makefile-fix.patch |