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"