mirror of https://github.com/Hilbis/Hilbish
fix: use correct extension for taskfile
parent
22db778ab0
commit
32de0eb12f
|
@ -24,7 +24,7 @@ and aims to be infinitely configurable. If something isn't, open an issue!
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
{{{ git_dir_setup_macro }}}
|
{{{ git_dir_setup_macro }}}
|
||||||
sed -i '\|/etc/shells|d' Taskfile.yml
|
sed -i '\|/etc/shells|d' Taskfile.yaml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
task PREFIX=%{buildroot}
|
task PREFIX=%{buildroot}
|
||||||
|
|
Loading…
Reference in New Issue