mirror of https://github.com/Hilbis/Hilbish
fix: use go-task for task binary instead of task
parent
32de0eb12f
commit
5aa2a9d5cc
|
@ -27,10 +27,10 @@ and aims to be infinitely configurable. If something isn't, open an issue!
|
||||||
sed -i '\|/etc/shells|d' Taskfile.yaml
|
sed -i '\|/etc/shells|d' Taskfile.yaml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
task PREFIX=%{buildroot}
|
go-task PREFIX=%{buildroot}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
task install PREFIX=%{buildroot} BINDIR=%{_bindir}
|
go-task install PREFIX=%{buildroot} BINDIR=%{_bindir}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ "$1" = 1 ]; then
|
if [ "$1" = 1 ]; then
|
||||||
|
|
Loading…
Reference in New Issue