]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10055: Fix gentls_cert script to use "@certsdir@"
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 19 Feb 2017 10:31:27 +0000 (11:31 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 19 Feb 2017 10:33:32 +0000 (11:33 +0100)
Currently gentls_cert uses "@prefix@/conf/ssl". But FreeSWITCH's
configure script provides "@certsdir@", so let's use that instead.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
scripts/gentls_cert.in

index 49b3940d5d0da3d9fe4c31e4c2a6853c9d06775c..43aa8ac6058d4736cec13621452327cf24e8007a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-CONFDIR=@prefix@/conf/ssl
+CONFDIR=@certsdir@
 DAYS=2190
 KEY_SIZE=2048
 export KEY_SIZE=${KEY_SIZE}