From 4f2c4be0fb93106aa130465d935a04d9c5a0827b Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sun, 11 Jan 2009 23:09:00 +0100 Subject: [PATCH] fix DESTDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bad161d..df5c068 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WITH_RRD=yes PLUGINS := ctstat diskstat load memory mount netdev random rtstat stat uptime vmstat PLUGINS += apache mysql conntrack -DESTDIR = /tmp +DESTDIR = BINARY_DIR = /usr/local/bin CONFIG_DIR = /usr/local/etc PLUGIN_DIR = /usr/local/lib/sammler