summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-03-08 15:04:49 +0000
committerRuben Rodriguez <ruben@gnu.org>2015-03-08 15:04:49 +0000
commit22a8fa86c5f41658b801f78d064883d6c6f6e1fd (patch)
tree38f72d61e5d5e835de08e99bbe41ea54c74eb4de /makeicecat
parentc2cab2828af272307671043c1251b076d4b46cce (diff)
Fixed about:rights page content
Diffstat (limited to 'makeicecat')
-rw-r--r--makeicecat3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeicecat b/makeicecat
index d996c00..8d9032d 100644
--- a/makeicecat
+++ b/makeicecat
@@ -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
###############################################################################