tasksel: fix tasks description file name
This commit is contained in:
parent
2e67e7c81e
commit
561d93278d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 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
|
||||
# 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue