summaryrefslogtreecommitdiff
path: root/ipsec
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2018-11-11 11:04:17 +0100
committerBen Pfaff <blp@ovn.org>2018-11-12 08:39:17 -0800
commit81b286609543a9feacf58371ba5edf5402281674 (patch)
tree161113eaea8e06a0656808b1591e3a8d5c1a0e37 /ipsec
parent1d81117d89bf22ae569db64f6f12da0e05d6bb68 (diff)
downloadopenvswitch-81b286609543a9feacf58371ba5edf5402281674.tar.gz
ipsec: Install ovs-monitor-ipsec in script directory
In commit d5cc46e3d185 ("ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"") ovs-monitor-ipsec is installed in bin directory, but it's supposed to be installed in script directory. This commit removes also the manual copy of "ovs-monitor-ipsec" in spec file since it's installed directly in "make install". Fixes: d5cc46e3d185 ("ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"") Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ipsec')
-rw-r--r--ipsec/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsec/automake.mk b/ipsec/automake.mk
index d50c8627b..b157e7b7f 100644
--- a/ipsec/automake.mk
+++ b/ipsec/automake.mk
@@ -5,7 +5,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without warranty of any kind.
-bin_SCRIPTS += ipsec/ovs-monitor-ipsec
+scripts_SCRIPTS += ipsec/ovs-monitor-ipsec
EXTRA_DIST += ipsec/ovs-monitor-ipsec.in
FLAKE8_PYFILES += ipsec/ovs-monitor-ipsec.in
CLEANFILES += ipsec/ovs-monitor-ipsec