summaryrefslogtreecommitdiff
path: root/make/template/inspircd
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-08-04 03:19:02 -0700
committerAttila Molnar <attilamolnar@hush.com>2013-08-04 03:19:02 -0700
commit44b20f474544bd524fd346447505ebed3c63e5c8 (patch)
tree9dcd7dd6f3c2cdbd7127e432371a21770ab23eb1 /make/template/inspircd
parentc6b911132caba237f86280d1b2cb32ad3123f0da (diff)
parentb4ba01f542447def04f1e327c4cf3a385e1b8a9b (diff)
Merge pull request #593 from SaberUK/master+configure-shuffle
Remove a ton of duplicate and obsolete code from configure.
Diffstat (limited to 'make/template/inspircd')
-rw-r--r--make/template/inspircd2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/inspircd b/make/template/inspircd
index 139177100..c14099323 100644
--- a/make/template/inspircd
+++ b/make/template/inspircd
@@ -29,7 +29,7 @@ my $binpath = "@BINARY_DIR@";
my $runpath = "@BASE_DIR@";
my $datadir = "@DATA_DIR@";
my $valgrindlogpath = "$basepath/valgrindlogs";
-my $executable = "@EXECUTABLE@";
+my $executable = "inspircd";
my $version = "@VERSION@";
my $uid = "@UID@";