File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / bld / install-mo
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 29 19:37:40 2013 UTC (10 years, 11 months ago) by misho
Branches: elwix, dnsmasq, MAIN
CVS tags: v8_2p1, v2_84, v2_76p1, v2_71, v2_66p0, v2_66, HEAD
dnsmasq

    1: #!/bin/sh
    2: 
    3: for 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
    7: done
    8: 
    9: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>