android_mt6572_jiabo/external/dnsmasq/bld/install-mo
2025-09-05 16:56:03 +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