diff --git a/debian/patches/no_config.patch b/debian/patches/no_config.patch new file mode 100644 index 00000000..5cd98a95 --- /dev/null +++ b/debian/patches/no_config.patch @@ -0,0 +1,11 @@ +--- a/apps/Makefile ++++ b/apps/Makefile +@@ -67,7 +67,7 @@ + done + + .PHONY: install +-install: install-bin install-cfg ++install: install-bin + + .PHONY: install-bin + install-bin: diff --git a/debian/patches/series b/debian/patches/series index bea329c0..467eecac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -120,3 +120,4 @@ sipwise/0119-sbc-fix-call-transfers-with-Replaces-through-SBC.patch sipwise/0120-sbc-update-SBCCallRegistry-only-on-positive-replies-.patch sipwise/0121-sbc-call-registry-more-verbosity-on-new-entry.patch sipwise/0122-b-f-b2bua-if-200-to-INV-without-SDP-use-SDP-from-18x.patch +no_config.patch