From 01cfa249fd499777de7dd79d7f24a2bdfe8927dda84f3d5a9cede78aef0f52ed Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 13 Feb 2025 11:54:22 +0100 Subject: [PATCH] install in correct paths and make pkgs --- git-quick-stats.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git-quick-stats.spec b/git-quick-stats.spec index 83bea68..5a1993a 100644 --- a/git-quick-stats.spec +++ b/git-quick-stats.spec @@ -47,7 +47,7 @@ BuildRequires: /usr/bin/tput %make_build %install -%make_install +PREFIX=%_prefix %make_install %check make tests @@ -55,6 +55,7 @@ make tests %files %license LICENSE %doc README.md +%_bindir/git-quick-stats +%_mandir/man1/git-quick-stats.1* %changelog -