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: