From 5aa2a9d5cc4741aa26e49307910bab75c71ab645 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:57:34 -0400 Subject: [PATCH] fix: use go-task for task binary instead of task --- hilbish-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hilbish-git.spec b/hilbish-git.spec index 55a2f0a..ad243b4 100644 --- a/hilbish-git.spec +++ b/hilbish-git.spec @@ -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