diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-26 05:03:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-26 05:08:19 +0000 |
commit | 91fcfb24ff4329a75162204494e2b64be823514f (patch) | |
tree | c91fa520285f8657b5702101137ce9e596916065 | |
parent | Releasing debian version 1.40.0-1. (diff) | |
download | netdata-91fcfb24ff4329a75162204494e2b64be823514f.tar.xz netdata-91fcfb24ff4329a75162204494e2b64be823514f.zip |
Creating empty directories to fix FTBFS when building from git.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1926d0cb4..4dabdc389 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh ${@} --with apache2 execute_before_dh_autoreconf: - mkdir -p mqtt_websockets + mkdir -p httpd/h2o mqtt_websockets rm -f debian/configure.ac.orig cp configure.ac debian/configure.ac.orig |