tasksel: fix tasks description file name

This commit is contained in:
Ark74 2022-11-10 00:47:20 -06:00
parent 2e67e7c81e
commit 561d93278d

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=4 VERSION=5
COMPONENT=main COMPONENT=main
. ./config . ./config
@ -33,6 +34,7 @@ cp -r $DATA/trisquel-tasks .
cp $DATA/Makefile . cp $DATA/Makefile .
cp $DATA/filter-tasks . cp $DATA/filter-tasks .
sed "/USUITE/s/.*/USUITE=$CODENAME/" Makefile -i sed "/USUITE/s/.*/USUITE=$CODENAME/" Makefile -i
replace "debian-tasks.desc" "trisquel-tasks.desc"
changelog "Added Trisquel's tasks" changelog "Added Trisquel's tasks"