summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-01 03:14:50 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-01 03:14:50 -0500
commit0231f7464fb13eb146a2d4f77f23d75c52a589e1 (patch)
tree3845a01934f5883395df266990c7769846bf2d47 /system
parentc3dc8a1f81c2148a64bc99a194da4c10614e9b95 (diff)
downloadaura-central-0231f7464fb13eb146a2d4f77f23d75c52a589e1.tar.gz
Move BinOC Apps to apps/ and make navigator build .. also use a bash script for mach and chain to real-mach
Diffstat (limited to 'system')
-rw-r--r--system/packager/nsis/preprocess-locale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/packager/nsis/preprocess-locale.py b/system/packager/nsis/preprocess-locale.py
index 729ddbf64..df6909bf8 100644
--- a/system/packager/nsis/preprocess-locale.py
+++ b/system/packager/nsis/preprocess-locale.py
@@ -124,7 +124,7 @@ def create_nlf_file(moz_dir, ab_cd, config_dir):
# Check whether the locale is right to left from locales.nsi.
fp = open(join(moz_dir,
- "system/installer/windows/nsis/locales.nsi"),
+ "system/packager/nsis/locales.nsi"),
"r")
for line in fp:
line = line.strip()