diff --git a/devscripts/new-locale.py b/devscripts/new-locale.py index 0f2e872..88065bb 100644 --- a/devscripts/new-locale.py +++ b/devscripts/new-locale.py @@ -33,8 +33,8 @@ def output(msg): def manage_directory(): - """Allow script calls outside the 'locale_build' dir.""" - if os.path.basename(os.getcwd()) == "locale_build": + """Allow script calls from the 'devscripts' dir and the package dir.""" + if os.path.basename(os.getcwd()) == "devscripts": os.chdir("..")