mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
build-wine: fix locale path
`$i` already contains `locale/`.
This commit is contained in:
parent
bdecef0eaf
commit
f05f3b430a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if ! which msgfmt > /dev/null 2>&1; then
|
|||
exit 1
|
||||
fi
|
||||
for i in ./locale/*; do
|
||||
dir=$WINEPREFIX/drive_c/electrum/electrum/locale/$i/LC_MESSAGES
|
||||
dir=$WINEPREFIX/drive_c/electrum/electrum/$i/LC_MESSAGES
|
||||
mkdir -p $dir
|
||||
msgfmt --output-file=$dir/electrum.mo $i/electrum.po || true
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue