Skip to content

Commit

Permalink
xenserver: Correct location of xen-bugtool plugins.
Browse files Browse the repository at this point in the history
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 <[email protected]>
acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Justin Pettit committed Sep 30, 2011
1 parent 5ea61af commit 2e9067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenserver/openvswitch-xen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e9067c

Please sign in to comment.