summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/resources/SConscript')
-rw-r--r--chrome/app/resources/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/SConscript b/chrome/app/resources/SConscript
index b9ed420..8e06d92 100644
--- a/chrome/app/resources/SConscript
+++ b/chrome/app/resources/SConscript
@@ -118,5 +118,5 @@ for locale_settings_res in resources:
locale_dlls.append(dll)
-i = env.Install('$TARGET_ROOT/locales/', locale_dlls)
-env.Alias('chrome', i)
+i = env.Install('$DESTINATION_ROOT/locales/', locale_dlls)
+env.Alias('chrome_locales', i)