- 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
This commit is contained in:
Matej Cepl 2024-12-21 13:03:13 +00:00 committed by Git OBS Bridge
parent 373e43c745
commit b68cdc13a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 21 13:02:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix the location of the binary (/bin instead of %{_bindir}).
-------------------------------------------------------------------
Wed Oct 23 10:54:19 UTC 2024 - mcepl@cepl.eu

View File

@ -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