Merge pull request #9034 from oech3/locales-n

GNUmakefile: fix LOCALES=n
This commit is contained in:
E 2025-11-09 04:09:34 +09:00 committed by GitHub
parent c615a0fb20
commit cdfdd68214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -303,11 +303,11 @@ jobs:
run: make nextest CARGOFLAGS="--profile ci --hide-progress-bar"
env:
RUST_BACKTRACE: "1"
- name: "`make install COMPLETIONS=n MANPAGES=n`"
- name: "`make install COMPLETIONS=n MANPAGES=n LOCALES=n`"
shell: bash
run: |
set -x
DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n install
DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n LOCALES=n install
# Check that the utils are present
test -f /tmp/usr/local/bin/tty
# Check that the manpage is not present

View file

@ -469,6 +469,7 @@ install-locales:
fi; \
done
else
locales:
install-locales:
endif