Use full year in dev tarball name made by bip-release
This commit is contained in:
parent
d9461b8c8d
commit
ca4dd55e71
@ -50,7 +50,7 @@ else
|
||||
make_distcheck || exit 1
|
||||
|
||||
tarname=bip-$(get_version)
|
||||
prefix=bip-$(date +%y%m%d)
|
||||
prefix=bip-$(date +%Y%m%d)
|
||||
|
||||
rm -rf "${tarname}" "${prefix}"
|
||||
tar -xzf "${tarname}".tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user