diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2017-10-31 14:36:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:23:42 +0700 |
commit | 022da127de5534754d6ea1fe0a84ee7361e3be1f (patch) | |
tree | 77d108520bfd870ff4abe4ea5269e45872cf15fd /network/torsocks/torsocks.SlackBuild | |
parent | 82886945ab77e15b471a23c65856d99aa72bc161 (diff) | |
download | slackbuilds-022da127de5534754d6ea1fe0a84ee7361e3be1f.tar.gz |
network/torsocks: Updated for version 2.2.0.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/torsocks/torsocks.SlackBuild')
-rw-r--r-- | network/torsocks/torsocks.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/torsocks/torsocks.SlackBuild b/network/torsocks/torsocks.SlackBuild index 80a4b51462..c7187f9c8f 100644 --- a/network/torsocks/torsocks.SlackBuild +++ b/network/torsocks/torsocks.SlackBuild @@ -5,7 +5,7 @@ # Written by Vincent Batts, vbatts@hashbangbash.com PRGNAM=torsocks -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,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 -a ChangeLog INSTALL LICENSE README.md TODO gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog INSTALL LICENSE README.md gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |