From: Amos Jeffries Date: Sat, 25 Apr 2009 02:10:29 +0000 (+1200) Subject: Author: Unknown - NetBSD Project X-Git-Tag: SQUID_3_0_STABLE15~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484c7aadc8d034670bdebe6b152d7e44479a48ee;p=thirdparty%2Fsquid.git Author: Unknown - NetBSD Project Fix pinger install location --- diff --git a/Makefile.am b/Makefile.am index ff3a26b936..811c9f7e6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,8 +40,8 @@ EXTRA_DIST = \ bootstrap.sh install-pinger: - chown root $(DEFAULT_PINGER) - chmod 4711 $(DEFAULT_PINGER) + chown root $(DESTDIR)$(DEFAULT_PINGER) + chmod 4711 $(DESTDIR)$(DEFAULT_PINGER) all-am: @echo "Build Successful."