summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 14:15:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 14:16:18 +0000
commit05ce589f4c95cedea8e76fbe3bd18d940578ea94 (patch)
tree6bfbabfcbc7fcd44bc0186b9b237fb9114f61761 /debian/rules
parentUpdate copyright (diff)
downloadnetdata-05ce589f4c95cedea8e76fbe3bd18d940578ea94.tar.xz
netdata-05ce589f4c95cedea8e76fbe3bd18d940578ea94.zip
Updating to debhelper compat 12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ae7806318..706cf3bfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ MULTIARCH_INSTALL = debian/netdata.postinst
#dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --with-math
+ dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-math
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@