Update package.bash to call build.bash
This makes sure the version number is baked in
This commit is contained in:
parent
f761a9b98a
commit
2394d644e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user