Disable TMPDIR use in buildinstall. Still broken :/

This commit is contained in:
Jesse Keating 2007-12-03 14:52:47 -05:00 committed by Jesse Keating
parent 8df58b56cb
commit 3248639f9b

View File

@ -136,7 +136,8 @@ class Pungi(pypungi.PungiBase):
buildinstall.append(self.topdir)
# run the command
pypungi._doRunCommand(buildinstall, self.logger, env={"TMPDIR": self.workdir})
# TMPDIR is still broken with buildinstall.
pypungi._doRunCommand(buildinstall, self.logger) #, env={"TMPDIR": self.workdir})
# write out the tree data for snake
self.writeinfo('tree: %s' % self.mkrelative(self.topdir))