summaryrefslogtreecommitdiffstats
path: root/webbrowser/confvars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'webbrowser/confvars.sh')
-rw-r--r--webbrowser/confvars.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/webbrowser/confvars.sh b/webbrowser/confvars.sh
index d3f6756..2968529 100644
--- a/webbrowser/confvars.sh
+++ b/webbrowser/confvars.sh
@@ -33,8 +33,9 @@ MOZ_APP_STATIC_INI=1
# Changing MOZ_*BRANDING_DIRECTORY requires a clobber because branding
# dependencies are broken.
# MOZ_APP_DISPLAYNAME will be set by [branding]/configure.sh
-MOZ_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/unofficial
-MOZ_OFFICIAL_BRANDING_DIRECTORY=$MOZ_BUILD_APP/branding/official
+MOZ_BRANDING_DIRECTORY=webbrowser/branding/unofficial
+# No official branding right now so comment this out
+#MOZ_OFFICIAL_BRANDING_DIRECTORY=webbrowser/branding/official
# Enables conditional code in the platform for Pale Moon only
MC_PALEMOON=1