Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdfdd68

Browse files
authored
Merge pull request #9034 from oech3/locales-n
GNUmakefile: fix LOCALES=n
1 parent c615a0f commit cdfdd68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ jobs:
303303
run: make nextest CARGOFLAGS="--profile ci --hide-progress-bar"
304304
env:
305305
RUST_BACKTRACE: "1"
306-
- name: "`make install COMPLETIONS=n MANPAGES=n`"
306+
- name: "`make install COMPLETIONS=n MANPAGES=n LOCALES=n`"
307307
shell: bash
308308
run: |
309309
set -x
310-
DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n install
310+
DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n LOCALES=n install
311311
# Check that the utils are present
312312
test -f /tmp/usr/local/bin/tty
313313
# Check that the manpage is not present

GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ install-locales:
469469
fi; \
470470
done
471471
else
472+
locales:
472473
install-locales:
473474
endif
474475

0 commit comments

Comments
 (0)