From 725f625aba389e2563f6b02c2d9a3915e7d6d450 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 15 Oct 2017 20:48:28 +0200 Subject: [PATCH] Use correct whitespace in debian/rules (makefile) --- packaging/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/rules b/packaging/debian/rules index d5bab29..6a19a3a 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_SYSCONFDIR=/etc + dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_SYSCONFDIR=/etc override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/tmp