build(striker-ui): tell make to cd to ./striker-ui before building front-end

main
Tsu-ba-me 4 years ago
parent 8ff9311268
commit 2ccdf6ab23
  1. 2
      anvil.spec.in

@ -208,7 +208,7 @@ Provides support for asynchronous disaster recovery hosts in an Anvil! cluster.
./autogen.sh
%{configure}
make %{_smp_mflags}
make build -f striker-ui/Makefile
make build -C striker-ui -f Makefile
%install
rm -rf %{buildroot}

Loading…
Cancel
Save