2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-22 21:43:22 +00:00

fix: use go-task for task binary instead of task

This commit is contained in:
TorchedSammy 2022-12-05 14:57:34 -04:00
parent 32de0eb12f
commit 5aa2a9d5cc
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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
task PREFIX=%{buildroot}
go-task PREFIX=%{buildroot}
%install
task install PREFIX=%{buildroot} BINDIR=%{_bindir}
go-task install PREFIX=%{buildroot} BINDIR=%{_bindir}
%post
if [ "$1" = 1 ]; then