From: Justin Pettit Date: Thu, 29 Sep 2011 01:03:06 +0000 (-0700) Subject: xenserver: Correct location of xen-bugtool plugins. X-Git-Tag: v1.3.0~168 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=2e9067c99c864626b6815bd5e6bd6f58c19b3a7b xenserver: Correct location of xen-bugtool plugins. xen-bugtool plugins were stored in "/etc/xensource/bugtool/bugtool-plugins/*", but xen-bugtool will not traverse deeper than "/etc/xensource/bugtool/*". This commit corrects the location and makes our plugins run. signed-off-by: Justin Pettit acked-by: Ben Pfaff --- diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec index 633f861f3..f5c123165 100644 --- a/xenserver/openvswitch-xen.spec +++ b/xenserver/openvswitch-xen.spec @@ -108,7 +108,7 @@ install python/compat/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python install python/compat/argparse.py $RPM_BUILD_ROOT/usr/share/openvswitch/python install -d -m 755 $RPM_BUILD_ROOT/etc/xensource/bugtool -mv $RPM_BUILD_ROOT/etc/openvswitch/bugtool-plugins $RPM_BUILD_ROOT/etc/xensource/bugtool +mv $RPM_BUILD_ROOT/etc/openvswitch/bugtool-plugins/* $RPM_BUILD_ROOT/etc/xensource/bugtool # Get rid of stuff we don't want to make RPM happy. rm \