]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 5 Mar 2024 22:16:23 +0000 (22:16 +0000)
commit9a9aa9708db17b25737f0f36bb1d76e4d94e0389
tree9f52221050a1cbe919d442da23d925290d68cf63
parent491256d7bf98f371a5b150fbc9818d1bff350ee0
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