81d8a457ed
* fix/asterisk-module: use unix-group for asterisk-files * fix/asterisk-module: add configOption to use some default config-files * fix/asterisk-module: correction of skel copy * fix/asterisk-module: use /etc/asterisk as configDir * fix/asterisk-module: add reload; do not restart unit * asterisk: 13.6.0 -> 14.1.2 * fix/asterisk: compile with lua, pjsip, format_mp3 * fix/asterisk: fix indentation * fix/asterisk: remove broken flag
13 lines
523 B
Diff
13 lines
523 B
Diff
diff -ruN asterisk-14.1.2/sounds/Makefile asterisk-14.1.2-patched/sounds/Makefile
|
|
--- asterisk-14.1.2/sounds/Makefile 2016-11-10 20:43:02.000000000 +0100
|
|
+++ asterisk-14.1.2-patched/sounds/Makefile 2016-11-16 10:08:46.591615147 +0100
|
|
@@ -90,7 +90,7 @@
|
|
) && touch "$(1)$(if $(3),/$(3),)/$$@"; \
|
|
fi
|
|
|
|
-asterisk-$(2)$(if $(3),-$(3),)-%.tar.gz: have_download
|
|
+asterisk-$(2)$(if $(3),-$(3),)-%.tar.gz:
|
|
ifneq ($(SOUNDS_CACHE_DIR),)
|
|
$(CMD_PREFIX) \
|
|
if test ! -f "$(1)$(if $(3),/$(3),)/.$$(subst .tar.gz,,$$@)"; then \
|