From e580ff5ca6db1d455d6dc8e8942b8f29e0913ca7 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 24 Sep 2013 10:41:52 +0200 Subject: [PATCH] No config patch --- debian/patches/no_config.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/no_config.patch 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