blob: 1f0e5a1b05d0e125acdda3b3772ad6c2d0c69ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2002/01/15 17:11:03 drochner Exp $
--- setup.py.orig Tue Jan 15 17:42:07 2002
+++ setup.py Tue Jan 15 17:42:30 2002
@@ -784,7 +784,7 @@
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install
- scripts = ['Tools/scripts/pydoc']
+ scripts = ['Tools/scripts/pydoc2.2']
)
# --install-platlib
|