]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Makefile: Add stir_shaken/cache to directories created on install
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 4 Mar 2024 16:46:48 +0000 (09:46 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 5 Mar 2024 22:16:20 +0000 (22:16 +0000)
commit215424aa76e1755882d5e9ae18197eaee46ede96
tree5cfe96cde5a55167322302b8a3ad111a2e2f2290
parentd58ca20247a9b8a4e2ef23fcf723562aad82ec81
Makefile: Add stir_shaken/cache to directories created on install

The default location for the stir_shaken cache is
/var/lib/asterisk/keys/stir_shaken/cache but we were only creating
/var/lib/asterisk/keys/stir_shaken on istall.  We now create
the cache sub-directory.

Resolves: #634
Makefile