diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-04-24 07:14:20 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:30:18 -0300 |
commit | 326c6932f2c837ca69765d227b736d4dc7a30307 (patch) | |
tree | f3aa2c2f02b3a10e16f667801678fc83d63d69c7 /network/openvswitch/openvswitch.SlackBuild | |
parent | 43e2aa36e1b96706729ca0598248d81ec3fdd0fe (diff) | |
download | slackbuilds-326c6932f2c837ca69765d227b736d4dc7a30307.tar.gz |
network/openvswitch: Updated for version 1.9.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 |