blob: 903cd224529bbdf955da4864a4a29312ab9fd270 [file] [log] [blame]
Simon Kelleyb8187c82005-11-26 21:46:27 +00001#!/bin/sh
2
3for f in *.mo; do
4 install -d $1/${f/.mo/}/LC_MESSAGES
5 install -m 644 $f $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
6 echo installing $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
7done
8
9