mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Added DE locales for GCC
This commit is contained in:
parent
b4d80fbaad
commit
e062249bb9
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Plugbox Linux Distribution Image Builder
|
||||
# Version 0.4.0
|
||||
# Version 0.4.1
|
||||
#
|
||||
# Licensed under the GPLv2.
|
||||
#
|
||||
|
@ -36,6 +36,8 @@ chroot $1/ mknod -m 666 /dev/zero c 1 5
|
|||
rm $1/etc/locale.gen
|
||||
echo "en_US.UTF-8 UTF-8" >> $1/etc/locale.gen
|
||||
echo "en_US ISO-8859-1" >> $1/etc/locale.gen
|
||||
echo "de_DE ISO-8859-1" >> $1/etc/locale.gen
|
||||
echo "de_DE@euro ISO-8859-15" >> $1/etc/locale.gen
|
||||
chroot $1/ /usr/sbin/locale-gen
|
||||
chroot $1/ /usr/bin/pacman -Scc --noconfirm
|
||||
echo $RELEASEVER > $1/etc/plugbox-version
|
||||
|
|
Loading…
Reference in a new issue