mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/01/23 15:25:53 recht Exp $
|
|
|
|
--- setup.py.orig Thu Jan 17 11:21:41 2002
|
|
+++ setup.py Thu Jan 17 11:42:15 2002
|
|
@@ -199,5 +199,6 @@
|
|
|
|
ext_modules = ext_modules,
|
|
|
|
- scripts = ['scripts/xmlproc_parse', 'scripts/xmlproc_val']
|
|
+ scripts = ['scripts/xmlproc_parse' + sys.version[0:3],
|
|
+ 'scripts/xmlproc_val' + sys.version[0:3]]
|
|
)
|