diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-26 23:32:09 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-26 23:34:03 +0100 |
commit | b64fe8320ecbcc3f6099a3c0ae1b2739447bfc76 (patch) | |
tree | 927a8ad5bc5c1098f42db2c185cfe1e93d8d6a9a /make/configure.pm | |
parent | d0bb6bd79a7909b498ad018b4a9f6f90d4e89787 (diff) |
Store generated SSL certificates in the .configure directory.
Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index cb9b8f640..fd1833d5f 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -45,6 +45,7 @@ use constant CONFIGURE_ERROR_PIPE => $ENV{INSPIRCD_VERBOSE} ? '' : '1>/dev/nu our @EXPORT = qw(CONFIGURE_CACHE_FILE CONFIGURE_CACHE_VERSION + CONFIGURE_DIRECTORY cmd_clean cmd_help cmd_update |