forked from bip/bip
1
0
Fork 0

Use full year in dev tarball name made by bip-release

This commit is contained in:
Marc Dequènes (Duck) 2013-10-19 13:34:15 +02:00
parent d9461b8c8d
commit ca4dd55e71
1 changed files with 1 additions and 1 deletions

View File

@ -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