From a6ea1eb5a99c98e20560bd83c49ba76fe4c8c911 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 15 Oct 2017 20:41:46 +0200 Subject: [PATCH] Packaging: Workaround cmake issues --- packaging/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/rules b/packaging/debian/rules index 59f993b..d5bab29 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -4,7 +4,7 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_FULL_SYSCONFDIR=/etc + dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_SYSCONFDIR=/etc override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/tmp