gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit e52c51be08c717635abd0ab24fadd0d0a5f16123
parent 8e41348edab95d3ddad0cce56be3876443c55275
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Sun,  8 Mar 2015 15:22:03 +0000

Use prename instead of rename

Diffstat:
Mmakeicecat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makeicecat b/makeicecat @@ -371,7 +371,7 @@ sed s/GNU/Mozilla/ python/compare-locales/scripts/compare-locales -i sed s/GNU/Mozilla/ python/compare-locales/setup.py -i sed 's/mozilla-bin/icecat-bin/' -i build/unix/run-mozilla.sh -find -type f | grep run-mozilla | xargs rename s/mozilla/icecat/ +find -type f | grep run-mozilla | xargs prename s/mozilla/icecat/ sed "/MOZILLA_UAVERSION/ s:IceCat/:Firefox/:" -i netwerk/protocol/http/nsHttpHandler.cpp