From b4aa299291719d4c7638cde6eea8ea80370b376d Mon Sep 17 00:00:00 2001 From: simotrone Date: Mon, 5 Jan 2015 11:15:45 +0700 Subject: network/skylable-sx: Updated for version 1.0. Signed-off-by: Willy Sudiarto Raharjo --- network/skylable-sx/skylable-sx.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'network/skylable-sx/skylable-sx.SlackBuild') diff --git a/network/skylable-sx/skylable-sx.SlackBuild b/network/skylable-sx/skylable-sx.SlackBuild index 4e3a5865cc..61126c87d6 100644 --- a/network/skylable-sx/skylable-sx.SlackBuild +++ b/network/skylable-sx/skylable-sx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for skylable-sx -# Copyright 2014 simotrone , Italy +# Copyright 2015 simotrone , Italy # 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=skylable-sx -VERSION=${VERSION:-0.9} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,7 +92,7 @@ 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/usr/doc/$PRGNAM-$VERSION -cp -ar COPYING NEWS README doc/quickstart $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar COPYING* NEWS QUICKSTART README UPGRADE doc/manual/manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3