From 0596edf30b8805f3ffc2958ab4511f808ad2de61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 15 Oct 2013 18:16:05 +0200
Subject: [PATCH] Run the deblobber with --force

---
 helpers/make-linux-lts-quantal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-linux-lts-quantal b/helpers/make-linux-lts-quantal
index e492af87..731627da 100644
--- a/helpers/make-linux-lts-quantal
+++ b/helpers/make-linux-lts-quantal
@@ -24,7 +24,7 @@ VERSION=2
 
 patch -p1 < $DATA/megaraid.patch
 
-sh $DATA/deblob-3.5
+sh $DATA/deblob-3.5 --force
 
 # Compile with less modules and avoid abi check
 echo 'skipmodule = true' >> debian.master/rules.d/0-common-vars.mk
-- 
GitLab