casper: Fix error in lang2locale function
This commit is contained in:
parent
24e0e16f66
commit
18c77d9b70
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue