From 9b1c484bb02ccf62d233f65578488ccf8ba4114b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 23 Apr 2009 19:56:29 +1200 Subject: [PATCH] Author: Unkown - NetBSD Project Fix pinger install location --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.47.3