]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
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 Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:18:41 +0000 (14:18 +0000)
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
(cherry picked from commit 215424aa76e1755882d5e9ae18197eaee46ede96)

Makefile

index 02e454c1e47aa5e9c3c976e2b6ed7c9d0d73bd2f..7ef73342cc6f384696d91711ad25bd9f6f507ea2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -545,7 +545,7 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR)" "$(ASTSBINDIR)" "$(ASTCACHEDIR)" "$(AS
        "$(ASTDATADIR)/firmware/iax" "$(ASTDATADIR)/images" "$(ASTDATADIR)/keys" \
        "$(ASTDATADIR)/phoneprov" "$(ASTDATADIR)/rest-api" "$(ASTDATADIR)/static-http" \
        "$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" \
-       "$(ASTDATADIR)/third-party" "${ASTDATADIR}/keys/stir_shaken"
+       "$(ASTDATADIR)/third-party" "${ASTDATADIR}/keys/stir_shaken" "${ASTDATADIR}/keys/stir_shaken/cache"
 
 installdirs:
        @for i in $(INSTALLDIRS); do \