casper: make sure lang2locale works under busybox

This commit is contained in:
Ruben Rodriguez 2022-12-08 16:43:13 -05:00
parent 18c77d9b70
commit ceea8e686c

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=13
VERSION=14
. ./config
@ -40,6 +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
changelog "Compiled for Trisquel"