chore: add /usr to install prefix

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

View File

@ -27,10 +27,10 @@ and aims to be infinitely configurable. If something isn't, open an issue!
sed -i '\|/etc/shells|d' Taskfile.yaml
%build
go-task PREFIX=%{buildroot}
go-task
%install
go-task install PREFIX=%{buildroot} BINDIR=%{buildroot}/%{_bindir}
go-task install PREFIX=%{buildroot}/usr BINDIR=%{buildroot}/%{_bindir}
%post
if [ "$1" = 1 ]; then