From 7fcdeb5d08dbc79e81c8aedd8105352bafdf0cad Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 20 Jun 2023 18:00:38 +0100 Subject: [PATCH] Update rules --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 71f3127..fd18647 100755 --- a/debian/rules +++ b/debian/rules @@ -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: