File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ SHELL := /usr/bin/env bash
3
3
all : install
4
4
5
5
install :
6
- read -r -a linguas < po/LINGUAS && for i in " $$ {linguas[@]}" ; do mkdir -p $( DESTDIR) /usr/share/locale/" $$ {i}" /LC_MESSAGES/ && msgfmt -o $( DESTDIR) /usr/share/locale/" $$ {i}" /LC_MESSAGES/rhino-pkg.mo po/" $$ {i}" .po; done
6
+ mapfile -t linguas < po/LINGUAS && for i in " $$ {linguas[@]}" ; do mkdir -p $( DESTDIR) /usr/share/locale/" $$ {i}" /LC_MESSAGES/ && msgfmt -o $( DESTDIR) /usr/share/locale/" $$ {i}" /LC_MESSAGES/rhino-pkg.mo po/" $$ {i}" .po; done
7
7
install -Dm755 rhino-pkg -t $(DESTDIR ) /usr/bin/
Original file line number Diff line number Diff line change 1
- ar bn de enm es fr hi id ie it ka ko nl pt_BR ro ru sv uk ur zh_CN
1
+ ar
2
+ bn
3
+ de
4
+ enm
5
+ es
6
+ fr
7
+ hi
8
+ id
9
+ ie
10
+ it
11
+ ka
12
+ ko
13
+ nl
14
+ pt_BR
15
+ ro
16
+ ru
17
+ sv
18
+ uk
19
+ ur
20
+ zh_CN
You can’t perform that action at this time.
0 commit comments