blob: ab543014192c9d6d8657ff20cbd2f1e984788e53 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#!/bin/sh
2
3for f in *.mo; do
4 $2 -m 755 -d $1/${f%.mo}/LC_MESSAGES
5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
6 echo installing ${f%.mo}/LC_MESSAGES/dnsmasq.mo
7done
8
9