c813d99c13
- [Major] Error introduced in 2.5.STABLE11 causing truncated responses when using delay pools (Bug #1405)
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
$OpenBSD: patch-icons_Makefile_in,v 1.7 2005/10/29 23:26:39 brad Exp $
|
|
--- icons/Makefile.in.orig Wed Sep 28 16:57:20 2005
|
|
+++ icons/Makefile.in Tue Oct 25 21:27:32 2005
|
|
@@ -149,7 +149,7 @@ ICON2 = anthony-bomb.gif \
|
|
anthony-xpm.gif
|
|
|
|
|
|
-icondir = $(datadir)/icons
|
|
+icondir = $(prefix)/share/examples/squid/icons
|
|
icon_DATA = $(ICON1) $(ICON2)
|
|
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
|
|
DISTCLEANFILES =
|