Update rules
This commit is contained in:
parent
c74a0324fb
commit
f4c07605cf
7
debian/rules
vendored
7
debian/rules
vendored
@ -73,9 +73,10 @@ pkgdir2 = $(srcdir)/debian/pkgdir2
|
|||||||
# mkdir -p $(pkgdir1)/usr/bin
|
# mkdir -p $(pkgdir1)/usr/bin
|
||||||
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
|
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_build:
|
||||||
dh_auto_configure -- -GNinja -DENABLE_SYSTEMD=ON -DUSE_BPF_PROC_IMPL=OFF
|
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 ===
|
## === End end of region ===
|
||||||
|
|
||||||
## This here will start the build:
|
## This here will start the build:
|
||||||
|
Loading…
Reference in New Issue
Block a user