diff options
Diffstat (limited to 'network/openvswitch/openvswitch.SlackBuild')
-rw-r--r-- | network/openvswitch/openvswitch.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/openvswitch/openvswitch.SlackBuild b/network/openvswitch/openvswitch.SlackBuild index fd005df5cf..820d6e5d2a 100644 --- a/network/openvswitch/openvswitch.SlackBuild +++ b/network/openvswitch/openvswitch.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvswitch -VERSION=1.2.2 +VERSION=1.3.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -102,7 +102,7 @@ chmod 0755 $PKG/etc/rc.d/rc.openvswitch.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{schema,xen} cp -a \ - AUTHORS COPYING ChangeLog CodingStyle INSTALL* NOTICE PORTING README* \ + AUTHORS COPYING CodingStyle DESIGN INSTALL* NEWS NOTICE PORTING README* \ REPORTING-BUGS SubmittingPatches WHY-OVS \ $PKG/usr/doc/$PRGNAM-$VERSION cp -a vswitchd/vswitch.ovsschema $PKG/usr/doc/$PRGNAM-$VERSION/schema |