Update rules

This commit is contained in:
ferrreo 2023-06-20 18:09:17 +01:00 committed by GitHub
parent b690d69b67
commit eefbb25dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/rules vendored
View File

@ -71,6 +71,8 @@ pkgdir = $(srcdir)/debian/ananicy-cpp
override_dh_auto_configure:
./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/usr/ && ./build.sh
override_dh_auto_install:
cmake --install build/RelWithDebInfo --component Runtime
## === End end of region ===