This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gavin
/
bc
Watch
2
Star
1
Fork
4
Code
Issues
0
Pull Requests
0
Releases
75
Wiki
Activity
Browse Source
Make locale install faster
pull/5/head
Gavin Howard
7 months ago
parent
1a46db97d6
commit
fb47f61b0a
Signed by:
gavin
GPG Key ID:
C08038BDF280D33E
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
locale_install.sh
+ 2
- 2
locale_install.sh
View File
@ -205,12 +205,12 @@ for file in $locales_dir/*.msg; do
fi
fi
loc
=
$(
gen_nlspath
"
$destdir
/
$nlspath
"
"
$locale
"
"
$main_exec
"
)
if
[
-L
"
$file
"
]
;
then
continue
fi
loc
=
$(
gen_nlspath
"
$destdir
/
$nlspath
"
"
$locale
"
"
$main_exec
"
)
gencatfile
"
$loc
"
"
$file
"
done
Write
Preview
Loading…
Cancel
Save