]> git.pld-linux.org Git - packages/dnsmasq.git/blame - dnsmasq-sh.patch
- but still use ksh compatible syntax
[packages/dnsmasq.git] / dnsmasq-sh.patch
CommitLineData
bde1c1ea 1--- dnsmasq-2.30.org/bld/install-mo 2006-04-23 15:26:22.000000000 +0200
2+++ dnsmasq-2.30/bld/install-mo 2006-05-01 03:48:26.213345250 +0200
e5be848b 3@@ -1,9 +1,9 @@
bde1c1ea 4 #!/bin/sh
5
6 for f in *.mo; do
7- install -d $1/${f/.mo/}/LC_MESSAGES
8- install -m 644 $f $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
9- echo installing $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
e5be848b
ER
10+ install -d $1/${f%.mo}/LC_MESSAGES
11+ install -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
12+ echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
bde1c1ea 13 done
14
15
bde1c1ea 16--- dnsmasq-2.30.org/Makefile 2006-04-23 15:26:21.000000000 +0200
17+++ dnsmasq-2.30/Makefile 2006-05-01 03:47:23.785443750 +0200
e5be848b 18@@ -26,7 +25,7 @@
bde1c1ea 19 all-i18n :
20 $(MAKE) I18N=-DLOCALEDIR='\"$(LOCALEDIR)\"' -f ../bld/Makefile -C $(SRC) dnsmasq
21 cd $(PO); for f in *.po; do \
22- $(MAKE) -f ../bld/Makefile -C ../$(SRC) $${f/.po/.mo}; \
e5be848b 23+ $(MAKE) -f ../bld/Makefile -C ../$(SRC) $${f%.po}.mo; \
bde1c1ea 24 done
25
26 install-i18n : all-i18n install-common
This page took 0.212287 seconds and 4 git commands to generate.