mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-22 21:43:22 +00:00
chore: include build root in bindir
This commit is contained in:
parent
a9c438b4ea
commit
c243bf0a0c
@ -30,7 +30,7 @@ sed -i '\|/etc/shells|d' Taskfile.yaml
|
||||
go-task PREFIX=%{buildroot}
|
||||
|
||||
%install
|
||||
go-task install PREFIX=%{buildroot} BINDIR=%{_bindir}
|
||||
go-task install PREFIX=%{buildroot} BINDIR=%{buildroot}/%{_bindir}
|
||||
|
||||
%post
|
||||
if [ "$1" = 1 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user