]> 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:15 +0000 (22:16 +0000)
commit5a734afdde0c72cea29b84caf6d3d51065217a6b
tree88e1304aeec5afbc08a1224fa91eb18b0de737fe
parent224182b8984eacd5b0354b517b4c82d14511c466
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