summaryrefslogtreecommitdiffstats
path: root/application/basilisk/app.mozbuild
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:50:39 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:50:39 +0200
commit81a891179a0a780f12ddbaff0c7b52e6cb85def3 (patch)
tree982cb0cdca9b7c633573d914dbf9e48d2bbf243f /application/basilisk/app.mozbuild
parenta1be17c1cea81ebb1e8b131a662c698d78f3f7f2 (diff)
downloadUXP-81a891179a0a780f12ddbaff0c7b52e6cb85def3.tar
UXP-81a891179a0a780f12ddbaff0c7b52e6cb85def3.tar.gz
UXP-81a891179a0a780f12ddbaff0c7b52e6cb85def3.tar.lz
UXP-81a891179a0a780f12ddbaff0c7b52e6cb85def3.tar.xz
UXP-81a891179a0a780f12ddbaff0c7b52e6cb85def3.zip
Issue #303 Part 2: Update build files for the new location
Diffstat (limited to 'application/basilisk/app.mozbuild')
-rw-r--r--application/basilisk/app.mozbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/basilisk/app.mozbuild b/application/basilisk/app.mozbuild
index 454933eb5..a6c2693ad 100644
--- a/application/basilisk/app.mozbuild
+++ b/application/basilisk/app.mozbuild
@@ -10,6 +10,6 @@ if CONFIG['MOZ_EXTENSIONS']:
DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
-# Never add dirs after browser because they apparently won't get
-# packaged properly on Mac.
-DIRS += ['/browser']
+# Never add dirs after the browser root because they apparently won't
+# get packaged properly on Mac.
+DIRS += ['/application/basilisk']