diff options
author | simotrone <simotrone@gmail.com> | 2015-01-05 11:15:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-05 11:15:45 +0700 |
commit | b4aa299291719d4c7638cde6eea8ea80370b376d (patch) | |
tree | cb42e0ddfb19c897df53de24422f2368e52e4b39 /network/skylable-sx/skylable-sx.SlackBuild | |
parent | dc38ca8012894a9bf78ed43e98800a4c415be4df (diff) |
network/skylable-sx: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skylable-sx/skylable-sx.SlackBuild')
-rw-r--r-- | network/skylable-sx/skylable-sx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/skylable-sx/skylable-sx.SlackBuild b/network/skylable-sx/skylable-sx.SlackBuild index 4e3a5865cc02..61126c87d63a 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 <simotrone@gmail.com>, Italy +# Copyright 2015 simotrone <simotrone@gmail.com>, 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 |