]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Unkown - NetBSD Project
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Apr 2009 07:56:29 +0000 (19:56 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 23 Apr 2009 07:56:29 +0000 (19:56 +1200)
Fix pinger install location

Makefile.am

index b4e31975b5c51eb1534e0ae83ca4105e003110da..861988a60a08af17e75a4b851af485456824b63a 100644 (file)
@@ -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."