Update package.bash to call build.bash

This makes sure the version number is baked in
This commit is contained in:
Jakob Unterwurzacher 2015-11-01 15:06:30 +01:00
parent f761a9b98a
commit 2394d644e8
1 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,9 @@
set -eux
tag=$(git describe --tags)
go build
tar czvf gocryptfs_$tag.tar.gz gocryptfs
source build.bash
TARGZ=gocryptfs_$GITVERSION.tar.gz
tar czf $TARGZ gocryptfs
ls -lh $TARGZ