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

casper: Fix error in lang2locale function, using sed

parent ceea8e68
No related branches found
No related tags found
No related merge requests found
Pipeline #793 passed
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=14
VERSION=15
. ./config
......@@ -40,7 +40,7 @@ sed 's/Depends:/Depends: localechooser-data,\n/' -i debian/control
# Fix error in lang2locale function
sed "s/cut/cut -d: -f2- | cut/" -i scripts/casper-functions
sed "s/head/busybox head/" -i scripts/casper-functions
sed "s/head -n1/sed -n 1p/" -i scripts/casper-functions
changelog "Compiled for Trisquel"
......
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