Sign in
ara-mdk
/
platform
/
external
/
dnsmasq
/
41cd7ed80eb5e97ef9893633d05f0877da7d6d0c
/
.
/
bld
/
install-mo
blob: d11fa9f84b70a8206b0935262162a62f505078a2 [
file
] [
log
] [
blame
]
#!/bin/sh
for
f
in
*.
mo
;
do
$2
-
m
755
-
d $1
/
$
{
f
%.
mo
}/
LC_MESSAGES
$2
-
m
644
$f $1
/
$
{
f
%.
mo
}/
LC_MESSAGES
/
dnsmasq
.
mo
echo installing $1
/
$
{
f
%.
mo
}/
LC_MESSAGES
/
dnsmasq
.
mo
done