summaryrefslogtreecommitdiffstats
path: root/chrome/third_party/hunspell/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/third_party/hunspell/SConscript')
-rw-r--r--chrome/third_party/hunspell/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript
index 1c6b96e..5c76531 100644
--- a/chrome/third_party/hunspell/SConscript
+++ b/chrome/third_party/hunspell/SConscript
@@ -92,5 +92,5 @@ dictionaries = [
'dictionaries/en-US.aff',
]
-i = env.Install('$TARGET_ROOT/Dictionaries', dictionaries)
-env.Alias('chrome', i)
+i = env.Install('$DESTINATION_ROOT/Dictionaries', dictionaries)
+env.Alias('chrome_Dictionaries', i)