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