mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
adapt pep440 dev version in make-dist.sh
This commit is contained in:
parent
39d15558d2
commit
4857586564
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ if [ -z "$name" ] || [ -z "$version" ]; then
|
||||||
echo "**Error**: ${PKG_NAME} make-dist.sh could not find either name or version, cannot proceed."
|
echo "**Error**: ${PKG_NAME} make-dist.sh could not find either name or version, cannot proceed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
version=$(echo "$version"|perl -p -e 's/-head/.dev0/')
|
||||||
|
|
||||||
git log > ChangeLog
|
git log > ChangeLog
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue