From f4c07605cf9f6bc817ccff9c8a7d8141fe0ff569 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 20 Jun 2023 17:40:45 +0100 Subject: [PATCH] Update rules --- debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index d4bcc9b..6417c43 100755 --- a/debian/rules +++ b/debian/rules @@ -73,9 +73,10 @@ pkgdir2 = $(srcdir)/debian/pkgdir2 # mkdir -p $(pkgdir1)/usr/bin # cp $(srcdir)/pikman $(pkgdir1)/usr/bin/ -override_dh_auto_configure: - dh_auto_configure -- -GNinja -DENABLE_SYSTEMD=ON -DUSE_BPF_PROC_IMPL=OFF - +override_dh_build: + env USE_BPF=ON ./install-deps.sh && ./configure.sh --enable_systemd --use_bpf_proc && ./build.sh +override_dh_install: + sudo cmake --install build/RelWithDebInfo --component Runtime ## === End end of region === ## This here will start the build: