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
2 changed files with 3 additions and 2 deletions
+2 -2
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
+1
View File
@@ -469,6 +469,7 @@ install-locales:
fi; \
done
else
locales:
install-locales:
endif