mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
distro-builder cleans up better now
This commit is contained in:
parent
632371eb97
commit
13909f08f3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ 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
|
||||
chroot $1/ yes | /usr/bin/pacman -Scc
|
||||
echo $RELEASEVER > $1/etc/plugapps-version
|
||||
|
||||
# Here is the rootfs.tar.gz part if you set MAKETARGZ to 1
|
||||
|
|
Loading…
Reference in a new issue