mirror of https://github.com/Hilbis/Hilbish
chore: add /usr to install prefix
parent
c243bf0a0c
commit
e3a5d5d600
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue