diff options
Diffstat (limited to 'network/LOIC/LOIC.SlackBuild')
-rw-r--r-- | network/LOIC/LOIC.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/LOIC/LOIC.SlackBuild b/network/LOIC/LOIC.SlackBuild index b1f779ebef..af18e24984 100644 --- a/network/LOIC/LOIC.SlackBuild +++ b/network/LOIC/LOIC.SlackBuild @@ -29,8 +29,9 @@ # caught. This script is released for educational purposes only. # ############################################################################### -PRGNAM=LOIC # This replaces the earlier "loic" -VERSION=${VERSION:-1.0.7.42} # The versioning scheme has changed +PRGNAM=LOIC +SRCNAM=loic +VERSION=${VERSION:-1.1.1.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +50,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION-binary.zip +unzip $CWD/$SRCNAM.v$VERSION.zip chown -R root:root . cp -a LOIC.exe $PKG/opt/LOIC |