]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- in sources
authorzbyniu <zbyniu@pld-linux.org>
Sun, 3 Sep 2006 22:56:32 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq-sh.patch -> 1.3

dnsmasq-sh.patch [deleted file]

diff --git a/dnsmasq-sh.patch b/dnsmasq-sh.patch
deleted file mode 100644 (file)
index 34def45..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- dnsmasq-2.30.org/bld/install-mo    2006-04-23 15:26:22.000000000 +0200
-+++ dnsmasq-2.30/bld/install-mo        2006-05-01 03:48:26.213345250 +0200
-@@ -1,9 +1,9 @@
- #!/bin/sh
- for f in *.mo; do
--  install -d $1/${f/.mo/}/LC_MESSAGES
--  install -m 644 $f $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
--  echo installing $1/${f/.mo/}/LC_MESSAGES/dnsmasq.mo
-+  install -d $1/${f%.mo}/LC_MESSAGES
-+  install -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
-+  echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
- done
---- dnsmasq-2.30.org/Makefile  2006-04-23 15:26:21.000000000 +0200
-+++ dnsmasq-2.30/Makefile      2006-05-01 03:47:23.785443750 +0200
-@@ -26,7 +25,7 @@
- all-i18n :
-       $(MAKE) I18N=-DLOCALEDIR='\"$(LOCALEDIR)\"' -f ../bld/Makefile -C $(SRC) dnsmasq
-       cd $(PO); for f in *.po; do \
--              $(MAKE) -f ../bld/Makefile -C ../$(SRC) $${f/.po/.mo}; \
-+              $(MAKE) -f ../bld/Makefile -C ../$(SRC) $${f%.po}.mo; \
-       done
- install-i18n : all-i18n install-common
This page took 0.086035 seconds and 4 git commands to generate.