From 3ad1a0bad2c701e19792618264d01f551c59a1bd Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 12 Oct 2016 20:10:43 +0100 Subject: Fix the distribution label not showing up since b8d85c6251. --- make/configure.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make/configure.pm') diff --git a/make/configure.pm b/make/configure.pm index e88454658..6b4693d45 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -159,7 +159,8 @@ MISC OPTIONS --socketengine=[name] Sets the socket engine to be used. Possible values are $SELIST. --uid=[id|name] Sets the user to run InspIRCd as. - --update Updates the build environment. + --update Updates the build environment with the settings + from the cache. FLAGS @@ -180,7 +181,7 @@ sub cmd_update { say 'Updating...'; my %config = read_configure_cache(); my %compiler = get_compiler_info($config{CXX}); - my %version = get_version(); + my %version = get_version $config{DISTRIBUTION}; parse_templates(\%config, \%compiler, \%version); say 'Update complete!'; exit 0; -- cgit v1.2.3