From 706879a50af5d17a14436fa360d9ba3047b67c86 Mon Sep 17 00:00:00 2001 From: Anupam Basak <anupam.basak27@gmail.com> Date: Fri, 3 May 2024 15:56:37 +0530 Subject: [PATCH] Fix install path --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 580291f..020c694 100644 --- a/debian/rules +++ b/debian/rules @@ -7,11 +7,12 @@ dh $@ override_dh_auto_configure: + $(shell pwd) dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=off -DBUILD_BENCHMARKS=off -override_dh_install: +override_dh_auto_install: $(shell pwd) - dh_install $@ + dh_auto_install $@ override_dh_usrlocal: -- GitLab