From: George Joseph Date: Mon, 4 Mar 2024 16:46:48 +0000 (-0700) Subject: Makefile: Add stir_shaken/cache to directories created on install X-Git-Tag: 21.2.0-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82df7454dcc43ae4bc790cf775b6d7d825ce1ff6;p=thirdparty%2Fasterisk.git 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 (cherry picked from commit 215424aa76e1755882d5e9ae18197eaee46ede96) --- diff --git a/Makefile b/Makefile index 02e454c1e4..7ef73342cc 100644 --- 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 \