From: Amos Jeffries Date: Fri, 17 Dec 2010 19:49:54 +0000 (-0700) Subject: Author: Alex Rousskov X-Git-Tag: SQUID_3_1_10~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183c7ccb54f2346f8d18ee75af94c544f8ecd2bd;p=thirdparty%2Fsquid.git Author: Alex Rousskov Fixed DEFAULT_PID_FILE typo to fix "var/run" creation during "make install". NP: in 3.1 specifically this only affects packages whih patch the PID location --- diff --git a/src/Makefile.am b/src/Makefile.am index c616c74d03..e1c0be4b64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -807,7 +807,7 @@ install-data-local: install-sysconfDATA install-dataDATA $(INSTALL_DATA) squid.conf.documented $(DESTDIR)$(DEFAULT_CONFIG_FILE).documented; \ $(mkinstalldirs) $(DESTDIR)$(DEFAULT_LOG_PREFIX); \ $(mkinstalldirs) $(DESTDIR)$(DEFAULT_SWAP_DIR); \ - $(mkinstalldirs) $(DESTDIR)`dirname $(DEFAULT_PIDFILE)` + $(mkinstalldirs) $(DESTDIR)`dirname $(DEFAULT_PID_FILE)` uninstall-local: squid.conf.default @$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh "$(RM)" $(DESTDIR)$(DEFAULT_MIME_TABLE) $(srcdir)/mime.conf.default