summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
blob: 6ab73c369f562362b40a79bb71b646410d79624c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.5 2005/02/13 13:53:34 recht Exp $

--- setup.py.orig	Mon Mar 17 20:34:41 2003
+++ setup.py
@@ -18,9 +18,9 @@ setup(
     
     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"]
     )