Disable TMPDIR use in buildinstall. Still broken :/
This commit is contained in:
parent
8df58b56cb
commit
3248639f9b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user