diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-12 18:42:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 13:25:59 +0000 |
commit | 395859ae3c7e78f80841adc7d555b244b8c81dda (patch) | |
tree | 36bfd5b369151b61f6846b1fb2289be148b26c05 | |
parent | Temporarily removing web patches for now, they need to be redone later. (diff) | |
download | netdata-395859ae3c7e78f80841adc7d555b244b8c81dda.tar.xz netdata-395859ae3c7e78f80841adc7d555b244b8c81dda.zip |
Creating empty mqtt_websockets directory to workaround git.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 6c67409ae..0a0bb8664 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh ${@} --with apache2 execute_before_dh_autoreconf: + mkdir -p mqtt_websockets + rm -f debian/configure.ac.orig cp configure.ac debian/configure.ac.orig |