diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-17 22:43:13 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-17 22:43:13 -0400 |
commit | 652460127fc2847a6874aa59a7bb168caec18bca (patch) | |
tree | 1443538c5c40d641f67a53414ec67f4971167c06 /extensions | |
parent | c4a763945657a357e883751a6e19ab5f316d366a (diff) | |
download | iceweasel-uxp-652460127fc2847a6874aa59a7bb168caec18bca.tar.gz |
various path fixes
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/moz.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/moz.build b/extensions/moz.build index 3a9f112..c4b8a45 100644 --- a/extensions/moz.build +++ b/extensions/moz.build @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DIRS += [ - 'noscript', -] +#DIRS += [ +# 'noscript', +#] |