From 8f1577541b832de4f8e927e5ec0e8dee118be1f1 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Wed, 24 Jan 2018 14:10:22 -0500
Subject: [PATCH] Firefox: different approach for previous fix

---
 helpers/make-firefox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index e83cd80b..9153b186 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -26,8 +26,6 @@ rm debian/control
 
 patch -p1 < $DATA/disable-activity-streams.patch
 
-cp debian/usr.bin.firefox.apparmor.14.10 debian/usr.bin.firefox.in
-
 # Disabled until the patches work on v57 with moz1382323.patch
 ## KDE integration patches from https://www.rosenauer.org/hg/mozilla
 ## Use firefox$MAJORVERSION branch if available, otherwise use default
@@ -272,6 +270,8 @@ done
 fi
 exit 0 ' >> debian/abrowser.postinst.in
 
+sed 's/1410/65/; s/1310/60/' -i debian/rules
+
 debian/rules debian/control
 touch -d "yesterday" debian/control
 debian/rules debian/control
-- 
GitLab