Files
dnsmasq/bld/install-mo
2012-01-05 17:31:14 +00:00

10 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