Skip to content
Snippets Groups Projects
Commit e6f6e87c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'fix-tasksel' into 'etiona'

Fix tasksel

See merge request trisquel/package-helpers!266
parents 1d60d3ee 65b6abc9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
COMPONENT=main
. ./config
......@@ -27,10 +27,8 @@ sed 's/Install-Recommends=true/Install-Recommends=false/g' -i tasksel.pl
mkdir trisquel-tasks
cp $DATA/* trisquel-tasks
sed s/mythbuntu/trisquel-pro/g Makefile -i
sed s/lubuntu/trisquel-sugar/g Makefile -i
sed s/xubuntu/trisquel-mini/g Makefile -i
sed s/edubuntu/trisquel-edu/g Makefile -i
sed s/kubuntu/triskel/g Makefile -i
sed s/ubuntu/trisquel/g Makefile -i
sed "/USUITE/s/.*/USUITE=$CODENAME/" Makefile -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment