Skip to content
Snippets Groups Projects
Commit 5e644bf5 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

firefox: fix p-h #32, enable install unsigned xpi extensions.

parent 0e9280cd
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=89
VERSION=90
. ./config
......@@ -90,6 +90,10 @@ ac_add_options --disable-eme
%%endif
ARCH
cat << SIGN >> debian/config/mozconfig.in
export MOZ_REQUIRE_SIGNING=
SIGN
sed '/gmp-clearkey/d' -i ./debian/firefox.install.in
# Locale packages should provide firefox-locale-$LANG
......@@ -242,7 +246,6 @@ sed "s/^MOZ_PKG_NAME\t.*/MOZ_PKG_NAME\t\t:= abrowser/;" debian/build/config.mk
############################################################################3
############################################################################3
############################################################################3
sed "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g" -i debian/control.in
# Branding files
cp -a $DATA/branding/* browser/branding/official
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment