diff options
Diffstat (limited to 'network/verm/verm.SlackBuild')
-rw-r--r-- | network/verm/verm.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/verm/verm.SlackBuild b/network/verm/verm.SlackBuild index 7cf47f213e..501041a028 100644 --- a/network/verm/verm.SlackBuild +++ b/network/verm/verm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for verm -# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2018,2021 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.5.1} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +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 {} \; +rm -f go.mod # go.mod exists but should not + SRCDIR="$(pwd)" export GOPATH="$SRCDIR" mkdir -p src/github.com/willbryant |