2
2
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:
TorchedSammy 2022-12-05 15:20:27 -04:00
parent a9c438b4ea
commit c243bf0a0c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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