From 5629a948878b9a9b908d52c02ca087ec4c031d64 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 20 Jun 2023 18:02:40 +0100 Subject: [PATCH] Update rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fd18647..5949753 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ pkgdir = $(srcdir)/debian/ananicy-cpp # cp $(srcdir)/pikman $(pkgdir1)/usr/bin/ override_dh_auto_configure: - ./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/ && ./build.sh + ./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/usr/ && ./build.sh cmake --install build/RelWithDebInfo --component Runtime ## === End end of region ===