summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
blob: 0962f55c76f243297eed6b0a034ab61c5dabe300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.4 2004/03/03 10:02:08 recht Exp $

--- setup.py.orig	2004-03-03 01:16:06.000000000 +0100
+++ setup.py	2004-03-03 01:16:42.000000000 +0100
@@ -18,9 +18,9 @@
     
     packages = ["BitTorrent"],
 
-    scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py", 
+    scripts = ["btdownloadheadless.py", "btdownloadlibrary.py", 
         "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
-        "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", 
+        "btdownloadcurses.py", "btlaunchmanycurses.py", 
         "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
         "bttest.py"]
     )