diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
commit | c137a4045cbfcbd5a39f018b553089e0fd571d2c (patch) | |
tree | c72233c780f56fa4d53adc0a90f9bcb974120833 /python/mozbuild/mozpack/packager | |
parent | 63219a15b155aee142f316156b6578f027204129 (diff) | |
download | UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.gz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.lz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.xz UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.zip |
Issue #1359 - Pointlessly rename greprefs.. again.
Diffstat (limited to 'python/mozbuild/mozpack/packager')
-rw-r--r-- | python/mozbuild/mozpack/packager/formats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozpack/packager/formats.py b/python/mozbuild/mozpack/packager/formats.py index c4adabab0..cedd1998b 100644 --- a/python/mozbuild/mozpack/packager/formats.py +++ b/python/mozbuild/mozpack/packager/formats.py @@ -318,7 +318,7 @@ class OmniJarSubFormatter(PiecemealFormatter): path[1] in ['pref', 'preferences']) return path[0] in [ 'modules', - 'greprefs.js', + 'goanna.js', 'hyphenation', 'update.locale', ] or path[0] in STARTUP_CACHE_PATHS |