From 561d93278daf282b101c92c9bd047663aefb2d48 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 10 Nov 2022 00:47:20 -0600 Subject: [PATCH] tasksel: fix tasks description file name --- helpers/make-tasksel | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helpers/make-tasksel b/helpers/make-tasksel index 48476e5..d0c907b 100644 --- a/helpers/make-tasksel +++ b/helpers/make-tasksel @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2008-2020 Ruben Rodriguez +# Copyright (C) 2022 Luis Guzman # # 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 @@ -17,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 COMPONENT=main . ./config @@ -33,6 +34,7 @@ cp -r $DATA/trisquel-tasks . cp $DATA/Makefile . cp $DATA/filter-tasks . sed "/USUITE/s/.*/USUITE=$CODENAME/" Makefile -i +replace "debian-tasks.desc" "trisquel-tasks.desc" changelog "Added Trisquel's tasks"