]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - bld/install-mo
Fix new poll() code for helper pipe. Removed CPU-spin.
[people/ms/dnsmasq.git] / bld / install-mo
CommitLineData
b8187c80
SK
1#!/bin/sh
2
3for f in *.mo; do
1f15b81d
SK
4 $2 -m 755 -d $1/${f%.mo}/LC_MESSAGES
5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
24848940 6 echo installing ${f%.mo}/LC_MESSAGES/dnsmasq.mo
b8187c80
SK
7done
8
9