aboutsummaryrefslogtreecommitdiff
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 f00b144cd660..000000000000
--- a/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/gnome-btdownload.orig Wed Oct 22 12:43:59 2003
-+++ src/gnome-btdownload Wed Oct 22 12:56:24 2003
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/env python
-
- import BitTorrent.download
- import os.path, threading, sys, time
-@@ -36,7 +36,7 @@
- if not locate_file:
- try:
- def fallback_locate_attempt_prefixes(path):
-- prefixes = ['', 'usr/', 'usr/local/']
-+ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/']
-
- # Try them locally
- for prefix in prefixes: