casper: Fix error in lang2locale function

This commit is contained in:
Ruben Rodriguez 2022-12-08 15:53:22 -05:00
parent 24e0e16f66
commit 18c77d9b70

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=12
VERSION=13
. ./config
@ -36,9 +36,11 @@ rm scripts/casper-premount/10driver_updates
rm scripts/casper-bottom/33enable_apport_crashes
# Add localechooser-data dependency
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
changelog "Compiled for Trisquel"
compile