summaryrefslogtreecommitdiff
path: root/make/template/inspircd
diff options
context:
space:
mode:
Diffstat (limited to 'make/template/inspircd')
-rw-r--r--make/template/inspircd3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/template/inspircd b/make/template/inspircd
index c50d28c7f..9bc7dd85f 100644
--- a/make/template/inspircd
+++ b/make/template/inspircd
@@ -62,11 +62,10 @@ use constant {
};
my $scriptpath = "@SCRIPT_DIR@";
-my $basepath = "@BASE_DIR@";
my $confpath = "@CONFIG_DIR@";
my $binpath = "@BINARY_DIR@";
my $runtimedir = "@RUNTIME_DIR@";
-my $valgrindlogpath = "$basepath/valgrindlogs";
+my $valgrindlogpath = "@LOG_DIR@/valgrind";
my $executable = "inspircd";
my $version = "@VERSION_FULL@";
my $uid = "@UID@";