intltool: make podir default value consistent

Is more predictable if intltool_po and intltool_in have the same default
podir, that is, the current src directory.
This commit is contained in:
Damián Nohales 2014-09-18 14:28:46 -03:00
parent d3badc58b4
commit 8cf01e50b1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def apply_intltool_in_f(self):
for i in self.to_list(self.source):
node = self.path.find_resource(i)
podir = getattr(self, 'podir', 'po')
podir = getattr(self, 'podir', '.')
podirnode = self.path.find_dir(podir)
if not podirnode:
error("could not find the podir %r" % podir)