]> git.proxmox.com Git - mirror_ovs.git/blobdiff - xenserver/openvswitch-xen.spec
datapath: Rename linux-2.6 and compat-2.6 directories.
[mirror_ovs.git] / xenserver / openvswitch-xen.spec
index f83a8d5a1a7033ff0c4a6ff54a973703a111026f..f9d7464b05574eb47806707695461f7dd8ab0ff3 100644 (file)
@@ -116,7 +116,7 @@ install -m 644 \
                $RPM_BUILD_ROOT/usr/lib/xsconsole/plugins-base/XSFeatureVSwitch.py
 
 install -d -m 755 $RPM_BUILD_ROOT/lib/modules/%{xen_version}/extra/openvswitch
-find datapath/linux-2.6 -name *.ko -exec install -m 755  \{\} $RPM_BUILD_ROOT/lib/modules/%{xen_version}/extra/openvswitch \;
+find datapath/linux -name *.ko -exec install -m 755  \{\} $RPM_BUILD_ROOT/lib/modules/%{xen_version}/extra/openvswitch \;
 install xenserver/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python
 
 # Get rid of stuff we don't want to make RPM happy.