diff options
Diffstat (limited to 'net/py-bittorrent/files/extra-nogui-patch-setup.py')
-rw-r--r-- | net/py-bittorrent/files/extra-nogui-patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-bittorrent/files/extra-nogui-patch-setup.py b/net/py-bittorrent/files/extra-nogui-patch-setup.py new file mode 100644 index 0000000..7461547 --- /dev/null +++ b/net/py-bittorrent/files/extra-nogui-patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Sun Mar 30 17:01:05 2003 ++++ setup.py Sun Mar 30 17:01:20 2003 +@@ -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"] + ) |