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

Fixed tasksel build error

parent b452a728
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2008-2016 Ruben Rodriguez <ruben@trisquel.info>
# #
# 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,16 +17,13 @@ ...@@ -17,16 +17,13 @@
# 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=3 VERSION=1
COMPONENT=main COMPONENT=main
. ./config . ./config
# No install recommends # No install recommends
sed '/@aptitude=qw/s/aptitude -q/aptitude -q -R/' -i tasksel.pl sed 's/Install-Recommends=true/Install-Recommends=false/g' -i tasksel.pl
sed '/@aptitude="/s/"aptitude"/"aptitude -R"/' -i tasksel.pl
sed '/@apt=qw/s/apt-get -q/apt-get -q --no-install-recommends/' -i tasksel.pl
sed '/@apt="/s/"apt-get"/"apt-get --no-install-recommends"/' -i tasksel.pl
mkdir trisquel-tasks mkdir trisquel-tasks
cp $DATA/* trisquel-tasks cp $DATA/* trisquel-tasks
......
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