From: hno <> Date: Fri, 30 Nov 2001 21:52:12 +0000 (+0000) Subject: I meant datadir for icons & errors, not sharedstatedir X-Git-Tag: SQUID_3_0_PRE1~1263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf771bd8c4ca52b31d178cd5f573f584675edb0;p=thirdparty%2Fsquid.git I meant datadir for icons & errors, not sharedstatedir (sharedstatedir is for application-modifiable data, not static architecture independent data) --- diff --git a/errors/Makefile.am b/errors/Makefile.am index 76730062e5..1b4b6dec2a 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.3 2001/11/28 03:02:37 robertc Exp $ +# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $ # -errordir = $(sharedstatedir)/squid/errors +errordir = $(datadir)/squid/errors ##dist-hook eveything diff --git a/icons/Makefile.am b/icons/Makefile.am index 3f6fe35d5b..5bd62650f5 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.3 2001/11/28 03:02:43 robertc Exp $ +# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $ # ICON1 = anthony-binhex.gif @@ -29,7 +29,7 @@ ICON2 = anthony-bomb.gif \ anthony-xbm.gif \ anthony-xpm.gif -icondir = $(sharedstatedir)/squid/icons +icondir = $(datadir)/squid/icons icon_DATA = $(ICON1) $(ICON2) EXTRA_DIST = $(ICON1) $(ICON2) icons.shar DISTCLEANFILES = $(ICON1) $(ICON2) diff --git a/src/Makefile.am b/src/Makefile.am index 0b8768a0bc..31f0ba58e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.12 2001/11/28 03:02:42 robertc Exp $ +# $Id: Makefile.am,v 1.13 2001/11/30 14:52:12 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -271,8 +271,8 @@ DEFAULT_SWAP_DIR = $(localstatedir)/cache DEFAULT_PINGER = $(libexecdir)/@OPT_PINGER_EXE@ DEFAULT_UNLINKD = $(libexecdir)/$(UNLINKD_EXE) DEFAULT_DISKD = $(libexecdir)/@OPT_DISKD_EXE@ -DEFAULT_ICON_DIR = $(sharedstatedir)/squid/icons -DEFAULT_ERROR_DIR = $(sharedstatedir)/squid/errors/@ERR_DEFAULT_LANGUAGE@ +DEFAULT_ICON_DIR = $(datadir)/squid/icons +DEFAULT_ERROR_DIR = $(datadir)/squid/errors/@ERR_DEFAULT_LANGUAGE@ DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"