Skip to content
Snippets Groups Projects
Commit fc4655c7 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Fix path for clearkey removal in Abrowser

parent 89051e1e
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ sed '/Google API/,$ d' debian/config/mozconfig.in -i ...@@ -56,7 +56,7 @@ sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Disable DRM support # Disable DRM support
echo ac_add_options --disable-eme >> debian/config/mozconfig.in echo ac_add_options --disable-eme >> debian/config/mozconfig.in
sed '/gmp-clearkey/d' -i ./debian/abrowser.install.in sed '/gmp-clearkey/d' -i ./debian/firefox.install.in
# Locale packages should provide firefox-locale-$LANG # Locale packages should provide firefox-locale-$LANG
sed "s/Provides.*/Provides: firefox-locale-@LANGCODE@/" -i debian/control.langpacks sed "s/Provides.*/Provides: firefox-locale-@LANGCODE@/" -i debian/control.langpacks
......
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