summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
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' $< > $@