aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Wright <chrisw@sous-sol.org>2011-12-08 23:36:04 -0800
committerBen Pfaff <blp@nicira.com>2011-12-09 09:42:34 -0800
commit55389b96399d47e29c09d864ccbe8d775202bc69 (patch)
tree261e82a8e81488ee68677383c3675f8151f8be32 /Makefile.am
parent9fed3d3e966f2ae3bb56d454f1b6fa41edb3c247 (diff)
utilities: install ovs-lib.sh as data not a script
Currently, ovs-lib.sh is installed as an executable. It's meant to be sourced by external scripts, so install as data. Fixes rpmlint error: E: script-without-shebang /usr/share/openvswitch/scripts/ovs-lib.sh Could drop the .sh suffix in another commit. Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51441cee..46de7fb3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ dist_pkgdata_DATA =
dist_pkgdata_SCRIPTS =
dist_sbin_SCRIPTS =
dist_scripts_SCRIPTS =
+dist_scripts_DATA =
INSTALL_DATA_LOCAL =
UNINSTALL_LOCAL =
man_MANS =
@@ -74,6 +75,7 @@ OVSIDL_BUILT =
pkgdata_DATA =
sbin_SCRIPTS =
scripts_SCRIPTS =
+scripts_DATA =
SUFFIXES =
check_DATA =