]> 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:18 +0000 (22:16 +0000)
commitdf0221b53d75a3173c6ee7017121878e08e1df3c
tree82c13c5ba7d1a75a80cb63494459d964e31df69d
parenteed8288d0c026575a833153ac593ae532fdac3f5
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