]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE1-addlang.patch
- updated
[packages/squid.git] / squid-2.5.STABLE1-addlang.patch
1 Index: squid/errors/Makefile.am
2 diff -c squid/errors/Makefile.am:1.5.2.3 squid/errors/Makefile.am:1.5.2.4
3 *** squid/errors/Makefile.am:1.5.2.3    Mon Apr  1 18:35:51 2002
4 --- squid/errors/Makefile.am    Fri Oct 18 15:22:11 2002
5 ***************
6 *** 65,71 ****
7   #
8   addlang: all
9         -@if test -d $(srcdir)/$(ADDLANG); then \
10 !       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then
11         cd $(srcdir)/$(ADDLANG)/ ; \
12         for f in ERR_*; do \
13                 if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \
14 --- 65,71 ----
15   #
16   addlang: all
17         -@if test -d $(srcdir)/$(ADDLANG); then \
18 !       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \
19         cd $(srcdir)/$(ADDLANG)/ ; \
20         for f in ERR_*; do \
21                 if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \
22 Index: squid/errors/Makefile.in
23 diff -c squid/errors/Makefile.in:1.15.2.6 squid/errors/Makefile.in:1.15.2.7
24 *** squid/errors/Makefile.in:1.15.2.6   Mon Sep 30 00:14:54 2002
25 --- squid/errors/Makefile.in    Fri Oct 18 18:14:42 2002
26 ***************
27 *** 294,300 ****
28   #
29   addlang: all
30         -@if test -d $(srcdir)/$(ADDLANG); then \
31 !       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then
32         cd $(srcdir)/$(ADDLANG)/ ; \
33         for f in ERR_*; do \
34                 if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \
35 --- 294,300 ----
36   #
37   addlang: all
38         -@if test -d $(srcdir)/$(ADDLANG); then \
39 !       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \
40         cd $(srcdir)/$(ADDLANG)/ ; \
41         for f in ERR_*; do \
42                 if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \
This page took 0.038927 seconds and 3 git commands to generate.