changeset 246:ea3286ba11e1

add patchdir.
author hanwen <hanwen@xs4all.nl>
date Fri, 16 Dec 2005 13:41:09 +0100
parents 55e12963bc63
children 79164da423d5
files driver.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/driver.py	Thu Dec 15 16:00:49 2005 +0100
+++ b/driver.py	Fri Dec 16 13:41:09 2005 +0100
@@ -29,7 +29,8 @@
 	def __init__ (self, arch):
 		self.target_gcc_flags = '' 
 		self.topdir = os.getcwd ()
-		self.downloaddir = os.getcwd () + '/downloads'
+		self.downloaddir = self.topdir + '/downloads'
+		self.patchdir = self.topdir + '/patches'
 		self.build_architecture = gub.read_pipe ('gcc -dumpmachine')[:-1]
 		self.specdir = self.topdir + '/specs'
 		self.nsisdir = self.topdir + '/nsis'