6f8bb87bcf
Numerous enhancenments were made since version 4.0.4 which include support for trackerless torrents.
24 lines
1.3 KiB
Text
24 lines
1.3 KiB
Text
$NetBSD: patch-aa,v 1.8 2006/02/26 22:43:33 tron Exp $
|
|
|
|
--- setup.py.orig 2006-01-31 20:17:46.000000000 +0000
|
|
+++ setup.py 2006-02-26 22:22:55.000000000 +0000
|
|
@@ -38,8 +38,8 @@
|
|
os.rmdir('FOO')
|
|
# done detecting case-insensitive filesystem
|
|
|
|
-symlinks = ["bittorrent" , "bittorrent-curses", "bittorrent-console",
|
|
- "maketorrent", "maketorrent-console",
|
|
+symlinks = ["bittorrent-curses", "bittorrent-console",
|
|
+ "maketorrent-console",
|
|
"launchmany-curses", "launchmany-console",
|
|
"changetracker-console",
|
|
"torrentinfo-console",
|
|
@@ -70,8 +70,6 @@
|
|
|
|
data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]),
|
|
(img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png' )),
|
|
- (img_root+'/icons/default', glob.glob('images/icons/default/*.png' )),
|
|
- (img_root+'/icons/old' , glob.glob('images/icons/old/*.png' )),
|
|
(doc_root , ['credits.txt', 'credits-l10n.txt',
|
|
'LICENSE.txt', 'README.txt',
|
|
'TRACKERLESS.txt', 'redirdonate.html',
|