summaryrefslogtreecommitdiff
path: root/network/skylable-sx/skylable-sx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/skylable-sx/skylable-sx.SlackBuild')
-rw-r--r--network/skylable-sx/skylable-sx.SlackBuild6
1 files changed, 3 insertions, 3 deletions
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 <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