summaryrefslogtreecommitdiff
path: root/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload')
-rw-r--r--net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload b/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload
deleted file mode 100644
index 2594c63ab84c..000000000000
--- a/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/gnome-btdownload.orig Sun Nov 7 20:26:43 2004
-+++ src/gnome-btdownload Sun Nov 7 20:28:36 2004
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/env python
-
- # BitTorrent related modules.
- import BitTorrent.download, BitTorrent.bencode
-@@ -72,7 +72,7 @@
- # Fallback wrapper
- if not locate_file:
- def fallback_locate_attempt_prefixes(path):
-- prefixes = ['', 'usr/', 'usr/local/']
-+ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/']
-
- # Try them locally
- for prefix in prefixes: