From: Amos Jeffries Date: Fri, 24 Apr 2009 10:01:52 +0000 (+1200) Subject: Author: Unkown - NetBSD Project X-Git-Tag: SQUID_3_1_0_8~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=320c1dac1a725eeb80e65ca0bb199da3a3178471;p=thirdparty%2Fsquid.git Author: Unkown - NetBSD Project Fix pinger install location --- diff --git a/Makefile.am b/Makefile.am index b4e31975b5..861988a60a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,8 +38,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."