]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - bld/install-mo
import of dnsmasq-2.33.tar.gz
[people/ms/dnsmasq.git] / bld / install-mo
CommitLineData
b8187c80
SK
1#!/bin/sh
2
3for f in *.mo; do
208b65c5
SK
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
b8187c80
SK
7done
8
9