allwinner_a64/android/external/dnsmasq/bld/install-mo
2018-08-08 16:14:42 +08:00

9 lines
178 B
Bash
Executable file

#!/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