Abrowser: fixed branding on debian/config
This commit is contained in:
parent
81881d89b2
commit
e2cd2d0de1
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=74
|
VERSION=75
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -163,6 +163,7 @@ find . -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -not -i
|
||||||
|
|
||||||
echo "Replacing Firefox with Abrowser on ./l10n"
|
echo "Replacing Firefox with Abrowser on ./l10n"
|
||||||
find l10n -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "s/Firefox/Abrowser/" '{}' ';'
|
find l10n -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "s/Firefox/Abrowser/" '{}' ';'
|
||||||
|
sed 's/Firefox/Abrowser/' -i debian/control.in
|
||||||
|
|
||||||
sed s/ubuntu/trisquel/g debian/distribution.ini -i
|
sed s/ubuntu/trisquel/g debian/distribution.ini -i
|
||||||
sed "s/ubuntu_version/trisquel_version/; s/Ubuntu 10.10/Trisquel $REVISION/; s/1010/40/" -i debian/firefox.postinst.in
|
sed "s/ubuntu_version/trisquel_version/; s/Ubuntu 10.10/Trisquel $REVISION/; s/1010/40/" -i debian/firefox.postinst.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue