summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-01-31 14:33:53 +0000
committerSadie Powell <sadie@witchery.services>2021-01-31 14:38:46 +0000
commit55a0a6ab66739fae65d123fadff1a31d96999c16 (patch)
treeff9c4c9d0af8b47fd0ad5b078ef85d079f5d88ec /configure
parent10714b0ded0ff1304034bb3c2eab9ef5fb163616 (diff)
Fix the base path being used for more than just the install prefix.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 5a587b808..65dce82a3 100755
--- a/configure
+++ b/configure
@@ -322,7 +322,6 @@ EOW
my $question = <<"EOQ";
Currently, InspIRCd is configured with the following paths:
-<|BOLD Base:|> $config{BASE_DIR}
<|BOLD Binary:|> $config{BINARY_DIR}
<|BOLD Config:|> $config{CONFIG_DIR}
<|BOLD Data:|> $config{DATA_DIR}
@@ -456,7 +455,6 @@ push @makeargs, "-j${\(get_cpu_count() + 1)}";
print console_format <<"EOM";
<|GREEN Paths:|>
- <|GREEN Base:|> $config{BASE_DIR}
<|GREEN Binary:|> $config{BINARY_DIR}
<|GREEN Config:|> $config{CONFIG_DIR}
<|GREEN Data:|> $config{DATA_DIR}