mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #9034 from oech3/locales-n
GNUmakefile: fix LOCALES=n
This commit is contained in:
parent
c615a0fb20
commit
cdfdd68214
2 changed files with 3 additions and 2 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -469,6 +469,7 @@ install-locales:
|
|||
fi; \
|
||||
done
|
||||
else
|
||||
locales:
|
||||
install-locales:
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue