From 183c7ccb54f2346f8d18ee75af94c544f8ecd2bd Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 17 Dec 2010 12:49:54 -0700 Subject: [PATCH] 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2