From 7be2456887581f9ff4c2dc2189a9bd7c31c13494 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 15 Nov 2020 20:54:42 -0500
Subject: [PATCH] linux-meta-hwe correction to variants string

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

diff --git a/helpers/make-linux-meta-hwe b/helpers/make-linux-meta-hwe
index 3aeefb4f..8587c6ea 100644
--- a/helpers/make-linux-meta-hwe
+++ b/helpers/make-linux-meta-hwe
@@ -28,7 +28,7 @@ sed 's/Ubuntu/upstream/' -i debian/control
 sed 's/Linux/Linux-libre/g' -i debian/control ./debian/control.d/generic debian/control.d/lowlatency
 sed '/Package.*gkeop.*/,/^$/d' -i debian/control
 
-echo '-18.04' > debian/variants
+echo '-hwe-18.04' > debian/variants
 
 cat << EOF >> debian/control
 
-- 
GitLab