suricata-update: build before install

Run the Python build independent of install. Prevents files
in the tree becoming owned by root.
pull/4290/head
Jason Ish 6 years ago committed by Victor Julien
parent c4b856ea99
commit 26dcef1290

@ -2,6 +2,10 @@ if HAVE_PYTHON
if HAVE_PYTHON_DISTUTILS
if HAVE_PYTHON_YAML
all-local:
cd $(srcdir) && \
$(HAVE_PYTHON) setup.py build --build-base $(abs_builddir)
install-exec-local:
cd $(srcdir) && \
$(HAVE_PYTHON) setup.py build --build-base $(abs_builddir) \

Loading…
Cancel
Save