diff --git a/helpers/make-apache2 b/helpers/make-apache2
index dc9bb78fd78777bf4a29171efb61a63c57014082..6fa85799d62c8fff26b24231c0ab9df2eeead8e5 100644
--- a/helpers/make-apache2
+++ b/helpers/make-apache2
@@ -17,13 +17,12 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-QUILT=skip
+VERSION=2
 
 . ./config
 
-sed 's/Ubuntu/Trisquel/' -i debian/rules
-sh $DATA/001_branding -patch || true
+# Make the banner be Trisquel GNU/Linux instead of just Trisquel
+sed '/^LSB_RELEASE/s/$/_GNU\/Linux/'  -i debian/rules
 
 changelog "Compiled for Trisquel"