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

Skip to content

Commit f0c3e8d

Browse files
committed
GNUmakefile: fix LOCALES=n
1 parent 3b2cb6a commit f0c3e8d

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
@@ -473,6 +473,7 @@ install-locales:
473473
fi; \
474474
done
475475
else
476+
locales:
476477
install-locales:
477478
endif
478479

0 commit comments

Comments
 (0)