diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:04:49 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:04:49 +0000 |
commit | 22a8fa86c5f41658b801f78d064883d6c6f6e1fd (patch) | |
tree | 38f72d61e5d5e835de08e99bbe41ea54c74eb4de /makeicecat | |
parent | c2cab2828af272307671043c1251b076d4b46cce (diff) |
Fixed about:rights page content
Diffstat (limited to 'makeicecat')
-rw-r--r-- | makeicecat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -292,6 +292,9 @@ do find -name aboutRights.dtd | xargs sed -i "s/ENTITY $STRING.*/ENTITY $STRING \"\">/" done +cp $DATA/aboutRights.xhtml toolkit/content/aboutRights.xhtml +cp $DATA/aboutRights.xhtml toolkit/content/aboutRights-unbranded.xhtml + sed -i 's/<a\ href\=\"http\:\/\/www.mozilla.org\/\">Mozilla\ Project<\/a>/<a\ href\=\"http\:\/\/www.gnu.org\/\"\>GNU\ Project<\/a>/g' browser/base/content/overrides/app-license.html ############################################################################### |