build(striker-ui): remove excess call in specfile to build web UI

main
Tsu-ba-me 4 years ago
parent b46042aede
commit 79fa324f9d
  1. 1
      anvil.spec.in
  2. 3
      striker-ui/Makefile.am

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

@ -101,6 +101,9 @@ EXTRA_DIST = \
htmldir = $(localstatedir)/www/html
outdir = out
# Trigger build target on make call without parameters.
all: build
# Note: the input file to the generate endpoint prefix step must exist in
# EXTRA_DIST.
#

Loading…
Cancel
Save