Update rules
This commit is contained in:
parent
5610ef9af5
commit
7fcdeb5d08
6
debian/rules
vendored
6
debian/rules
vendored
@ -70,13 +70,9 @@ pkgdir = $(srcdir)/debian/ananicy-cpp
|
||||
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
|
||||
|
||||
override_dh_auto_configure:
|
||||
./install-deps.sh && ./configure.sh --enable_systemd && ./build.sh
|
||||
./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/ && ./build.sh
|
||||
cmake --install build/RelWithDebInfo --component Runtime
|
||||
|
||||
override_dh_auto_install:
|
||||
install(TARGETS ananicy-cpp RUNTIME DESTINATION $(pkgdir)/usr/bin/ COMPONENT Runtime)
|
||||
install(FILES $(srcdir)/ananicy-cpp.service DESTINATION $(pkgdir)/usr/lib/systemd/system/ COMPONENT Runtime)
|
||||
|
||||
## === End end of region ===
|
||||
|
||||
## This here will start the build:
|
||||
|
Loading…
Reference in New Issue
Block a user