diff options
Diffstat (limited to 'network/verm/verm.SlackBuild')
-rw-r--r-- | network/verm/verm.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/verm/verm.SlackBuild b/network/verm/verm.SlackBuild index 471671b69d..a1e99679c7 100644 --- a/network/verm/verm.SlackBuild +++ b/network/verm/verm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for verm -# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand # 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=verm -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -export GOPATH="$(pwd)" +SRCDIR="$(pwd)" +export GOPATH="$SRCDIR" mkdir -p src/github.com/willbryant ( cd src/github.com/willbryant && ln -s "$GOPATH" verm) |