From dafdd6b53ff02fee0ba6d82a234c9b1b503ee37e Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 20 Jun 2023 17:43:27 +0100 Subject: [PATCH] Update rules --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 6417c43..e936dc2 100755 --- a/debian/rules +++ b/debian/rules @@ -73,10 +73,10 @@ pkgdir2 = $(srcdir)/debian/pkgdir2 # mkdir -p $(pkgdir1)/usr/bin # cp $(srcdir)/pikman $(pkgdir1)/usr/bin/ -override_dh_build: +override_dh_auto_configure: 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 + cmake --install build/RelWithDebInfo --component Runtime + ## === End end of region === ## This here will start the build: