summaryrefslogtreecommitdiff
path: root/devel/py-twisted/files/patch-setup.py
blob: 6f99eb272a6bd9423554e1ac7544125bb33d9a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	Wed Sep 25 20:00:05 2002
+++ setup.py	Mon Sep 30 11:13:52 2002
@@ -311,7 +311,7 @@
 if os.name == 'posix':
     setup_args['scripts'] = [
         'bin/manhole', 'bin/mktap', 'bin/twistd',
-        'bin/im', 'bin/t-im', 'bin/tap2deb',
+        'bin/im', 'bin/t-im',
         'bin/coil', 'bin/tapconvert',
     ]
 else: