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:
parent
5428567fa0
commit
843138168f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user