changeset 247:79164da423d5

use gub's python patch.
author hanwen <hanwen@xs4all.nl>
date Fri, 16 Dec 2005 13:41:29 +0100
parents ea3286ba11e1
children 0b432f1bdcbe
files specs/framework.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Fri Dec 16 13:41:09 2005 +0100
+++ b/specs/framework.py	Fri Dec 16 13:41:29 2005 +0100
@@ -73,7 +73,7 @@
 
 	def patch (self):
 		self.system ('''
-cd %(srcdir)s && patch -p1 < %(lilywinbuilddir)s/patch/python-2.4.2-1.patch
+cd %(srcdir)s && patch -p1 < %(patchdir)s/python-2.4.2-1.patch
 ''')
 
 	def configure (self):