chore: include build root in bindir

pull/220/head
TorchedSammy 2022-12-05 15:20:27 -04:00
parent a9c438b4ea
commit c243bf0a0c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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