summaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-17 12:51:18 -0700
committerBen Pfaff <blp@nicira.com>2011-06-20 11:46:52 -0700
commit9c16ed644efc7f36a073c45529353ffc0a1542a3 (patch)
treef84e60573affff35b70a3f7b6ed7ccb953cc68a5 /xenserver
parent5e77fcd36bb97fe2d98e377720f28619fe1824c8 (diff)
downloadopenvswitch-9c16ed644efc7f36a073c45529353ffc0a1542a3.tar.gz
vswitchd: Install vswitch.ovsschema to $(pkgdatadir).
This way, the xenserver spec file and the upcoming RHEL 5.6 spec file don't have to install it by hand. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'xenserver')
-rw-r--r--xenserver/openvswitch-xen.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec
index 0eafc0147..da9ed1f24 100644
--- a/xenserver/openvswitch-xen.spec
+++ b/xenserver/openvswitch-xen.spec
@@ -94,8 +94,6 @@ install -d -m 755 $RPM_BUILD_ROOT/etc/xensource/bugtool/system-configuration
install -m 644 xenserver/etc_xensource_bugtool_system-configuration_openvswitch.xml \
$RPM_BUILD_ROOT/etc/xensource/bugtool/system-configuration/openvswitch.xml
install -d -m 755 $RPM_BUILD_ROOT/usr/share/openvswitch/scripts
-install -m 644 vswitchd/vswitch.ovsschema \
- $RPM_BUILD_ROOT/usr/share/openvswitch/vswitch.ovsschema
install -m 755 xenserver/opt_xensource_libexec_interface-reconfigure \
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/interface-reconfigure
install -m 644 xenserver/opt_xensource_libexec_InterfaceReconfigure.py \