- 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:
parent
373e43c745
commit
b68cdc13a9
@ -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
|
Wed Oct 23 10:54:19 UTC 2024 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
2
rc.spec
2
rc.spec
@ -48,7 +48,7 @@ https://en.wikipedia.org/wiki/Rc.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
# Shells should go to /bin
|
# Shells should go to /bin
|
||||||
%make_install BINDIR="%{_bindir}" PREFIX=/ MANDIR="%{_mandir}"
|
%make_install BINDIR="/bin" PREFIX="/" MANDIR="%{_mandir}"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
Loading…
Reference in New Issue
Block a user