Tomato 1.28
[tomato.git] / release / src / router / dnsmasq / bld / install-mo
blobd11fa9f84b70a8206b0935262162a62f505078a2
1 #!/bin/sh
3 for f in *.mo; do
4 $2 -m 755 -d $1/${f%.mo}/LC_MESSAGES
5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
6 echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
7 done