mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Do not remove gzip during build
This commit is contained in:
parent
7af01ba481
commit
452a69cff3
1 changed files with 2 additions and 2 deletions
|
|
@ -87,13 +87,13 @@ EOT
|
|||
info "Generating the locales..."
|
||||
# sed command is required for locale-gen but it is required by fakeroot
|
||||
# and cannot be removed
|
||||
# localedef (called by locale-gen) requires gzip
|
||||
# localedef (called by locale-gen) requires gzip but it is supposed to be
|
||||
# already installed as systemd already depends on it
|
||||
sudo pacman --noconfirm --root "${maindir}"/root -S sed gzip
|
||||
sudo ln -sf /usr/share/zoneinfo/posix/UTC "${maindir}"/root/etc/localtime
|
||||
sudo bash -c "echo 'en_US.UTF-8 UTF-8' >> ${maindir}/root/etc/locale.gen"
|
||||
sudo "${maindir}"/root/bin/groot "${maindir}"/root locale-gen
|
||||
sudo bash -c "echo LANG=\"en_US.UTF-8\" >> ${maindir}/root/etc/locale.conf"
|
||||
sudo pacman --noconfirm --root "${maindir}"/root -Rsn gzip
|
||||
|
||||
info "Setting up the pacman keyring (this might take a while!)..."
|
||||
if [[ $(uname -m) == *"arm"* ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue