From b68cdc13a9ec8b8dc0a438afc56d0ac693d5fe42bba39658a812e3567a5fe772 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 21 Dec 2024 13:03:13 +0000 Subject: [PATCH] - Fix the location of the binary (/bin instead of %{_bindir}). OBS-URL: https://build.opensuse.org/package/show/devel:languages:hare/rc?expand=0&rev=2 --- rc.changes | 5 +++++ rc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rc.changes b/rc.changes index af79af7..66c968d 100644 --- a/rc.changes +++ b/rc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 21 13:02:42 UTC 2024 - Matej Cepl + +- Fix the location of the binary (/bin instead of %{_bindir}). + ------------------------------------------------------------------- Wed Oct 23 10:54:19 UTC 2024 - mcepl@cepl.eu diff --git a/rc.spec b/rc.spec index 1777c77..4a4c040 100644 --- a/rc.spec +++ b/rc.spec @@ -48,7 +48,7 @@ https://en.wikipedia.org/wiki/Rc. %install # Shells should go to /bin -%make_install BINDIR="%{_bindir}" PREFIX=/ MANDIR="%{_mandir}" +%make_install BINDIR="/bin" PREFIX="/" MANDIR="%{_mandir}" %check make check