diff options
Diffstat (limited to 'network/openvswitch/openvswitch.SlackBuild')
-rw-r--r-- | network/openvswitch/openvswitch.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/openvswitch/openvswitch.SlackBuild b/network/openvswitch/openvswitch.SlackBuild index ecaad6f482..ac30050473 100644 --- a/network/openvswitch/openvswitch.SlackBuild +++ b/network/openvswitch/openvswitch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openvswitch -# Copyright 2008-2012 Christopher Walker Copperas Cove, TX +# Copyright 2008-2013 Christopher Walker Copperas Cove, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvswitch -VERSION=${VERSION:-1.4.5} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,9 +90,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch -install -m 644 datapath/linux/openvswitch_mod.ko \ +install -m 644 datapath/linux/openvswitch.ko \ $PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch -install -m 644 datapath/linux/brcompat_mod.ko \ +install -m 644 datapath/linux/brcompat.ko \ $PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch mkdir -p $PKG/etc/openvswitch $PKG/etc/rc.d $PKG/var/run/openvswitch |