Update rules

This commit is contained in:
ferrreo 2023-06-20 17:48:16 +01:00 committed by GitHub
parent dafdd6b53f
commit 05dda7eb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/rules vendored
View File

@ -74,7 +74,7 @@ pkgdir2 = $(srcdir)/debian/pkgdir2
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
override_dh_auto_configure:
env USE_BPF=ON ./install-deps.sh && ./configure.sh --enable_systemd --use_bpf_proc && ./build.sh
./install-deps.sh && ./configure.sh --enable_systemd && ./build.sh
cmake --install build/RelWithDebInfo --component Runtime
## === End end of region ===