mirror of
https://github.com/openvswitch/ovs
synced 2025-08-28 21:07:47 +00:00
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>
12 lines
445 B
Makefile
12 lines
445 B
Makefile
# Copyright (C) 2017 Nicira, Inc.
|
|
#
|
|
# Copying and distribution of this file, with or without modification,
|
|
# are permitted in any medium without royalty provided the copyright
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
# without warranty of any kind.
|
|
|
|
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
|