From 14b983cd0c53e418498ac5cdec55b16c788631e0 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 15 Oct 2017 20:30:39 +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 b4c2f8a..59f993b 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 + dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_FULL_SYSCONFDIR=/etc override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/tmp