package-source.bash: replace plus sign in file name

Plus signs are apparently not supported on github,
and replaced by a dot.
This commit is contained in:
Jakob Unterwurzacher 2017-11-01 20:05:15 +01:00
parent 5428567fa0
commit 843138168f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ git_archive_extra() {
cd "$(dirname "$0")"
GITVERSION=$(git describe --tags --dirty)
PREFIX=gocryptfs_${GITVERSION}_src+deps
PREFIX=gocryptfs_${GITVERSION}_src-deps
dep ensure
echo $GITVERSION > VERSION