From ae61ad2b183dfb5c60ff742cd2f024e71fd3050d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Tue, 26 Mar 2019 18:00:57 -0400 Subject: [PATCH] linux-meta: fixed build error --- helpers/make-linux-meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-linux-meta b/helpers/make-linux-meta index a64c9f70d..7ee17257a 100644 --- a/helpers/make-linux-meta +++ b/helpers/make-linux-meta @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2018 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2008-2019 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ rm ./debian/control.d/signed-generic sed 's/linux-firmware/firmware-linux-free/' -i debian/control ./debian/control.d/generic debian/control.d/lowlatency 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 '/signed/,/^$/ d' -i debian/control +sed '/Package.*signed/,/^$/ d' -i debian/control sed '/Package.*powerpc/,/^$/ d' -i debian/control sed 's/, intel-microcode \[amd64 i386\]//; s/, amd64-microcode \[amd64 i386\]//;' debian/control debian/control.d/generic debian/control.d/lowlatency -i -- GitLab