diff options
Diffstat (limited to 'network/siege/siege.SlackBuild')
-rw-r--r-- | network/siege/siege.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/siege/siege.SlackBuild b/network/siege/siege.SlackBuild index 73f4152dc41e4..ad9c26d709d6b 100644 --- a/network/siege/siege.SlackBuild +++ b/network/siege/siege.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Siege -# Copyright 2011-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2011-2018 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Originally written by Menno Duursma <druiloor@zonnet.nl> PRGNAM=siege -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-4.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,9 +92,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/usr/doc/$PRGNAM-$VERSION/html -cp -a AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README* \ +cp -a AUTHORS ChangeLog COPYING README* \ $PKG/usr/doc/$PRGNAM-$VERSION -cp -a html/{README,basic.php,cache-control.php,cookie-test.php,etag.php,login.php} \ +cp -a html/{README,basic.php,cache-control.php,cookie-expire.php,etag.php,login.php} \ $PKG/usr/doc/$PRGNAM-$VERSION/html cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |