intltool: fix INTLCACHE directory

This commit is contained in:
Damián Nohales 2014-09-18 14:55:59 -03:00
parent 8cf01e50b1
commit 71b21ac6ed
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def apply_intltool_in_f(self):
continue
cache = getattr(self, 'intlcache', '.intlcache')
self.env.INTLCACHE = [os.path.join(self.path.bldpath(), podir, cache)]
self.env.INTLCACHE = [os.path.join(str(self.path.get_bld()), podir, cache)]
self.env.INTLPODIR = podirnode.bldpath()
self.env.INTLFLAGS = getattr(self, 'flags', self.env.INTLFLAGS_DEFAULT)
if '-c' in self.env.INTLFLAGS: