summaryrefslogtreecommitdiff
path: root/autowaf.py
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-12 22:05:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-12 22:05:55 +0000
commit786a61a2757426eb6dce6909169fd0913ebe2be8 (patch)
tree757c6a35f484c8efc74a25098697a3957ed97d1b /autowaf.py
parentca1a5ef8769ab64c668f5a944eb04a6805bead09 (diff)
update i18n build system and *.po files for translators
git-svn-id: svn://localhost/ardour2/branches/3.0@9714 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autowaf.py b/autowaf.py
index f98cad1ada..c9ac680c7b 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -441,7 +441,7 @@ def shutdown():
except: pass
def build_i18n(bld,srcdir,dir,name,sources):
- pwd = bld.get_curdir()
+ pwd = os.getcwd()
os.chdir(os.path.join (srcdir, dir))
pot_file = '%s.pot' % name