From c6cc008214ce1c061c165cccb13af312be821436 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 8 Jun 2015 19:28:29 +0200
Subject: [PATCH] Fixed make-qelectrotech execution order

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

diff --git a/helpers/make-qelectrotech b/helpers/make-qelectrotech
index 32cc0013..f4cd9624 100644
--- a/helpers/make-qelectrotech
+++ b/helpers/make-qelectrotech
@@ -21,10 +21,10 @@ VERSION=1
 EXTERNAL='deb-src http://debian.qelectrotech.org/qet/debian/ stable main'
 SIGNKEY="BC9F825E1D4FB6C1"
 
-sed -i 's/libqt5sql5-sqlite/libqt5sql5-sqlite, libqt5printsupport5/g' debian/control
-
 . ./config
 
+sed -i 's/libqt5sql5-sqlite/libqt5sql5-sqlite, libqt5printsupport5/g' debian/control
+
 changelog "Qelectrotech imported into Trisquel"
 
 compile
-- 
GitLab