From: Alex Rousskov Date: Tue, 26 Oct 2010 14:29:39 +0000 (-0600) Subject: Fixed DEFAULT_PID_FILE typo to fix "var/run" creation during "make install". X-Git-Tag: take1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b1dd70ba28a2cb057172d8fea2316095c251f6;p=thirdparty%2Fsquid.git Fixed DEFAULT_PID_FILE typo to fix "var/run" creation during "make install". --- diff --git a/src/Makefile.am b/src/Makefile.am index b993a61aef..f9478910e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -866,7 +866,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