diff --git a/pypungi/pungi.py b/pypungi/pungi.py index b6c67a60..efd1be7c 100755 --- a/pypungi/pungi.py +++ b/pypungi/pungi.py @@ -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))