mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fixed main make add-buildhash not renaming pip sdist packages
This commit is contained in:
parent
50e9780e66
commit
2f9979bd30
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ add-buildhash:
|
||||||
fi; \
|
fi; \
|
||||||
ver="$$(cat meta/version)"; \
|
ver="$$(cat meta/version)"; \
|
||||||
hash="$$(cat meta/buildhash)"; \
|
hash="$$(cat meta/buildhash)"; \
|
||||||
${RENAME_BIN} "s/-$${ver}-/-$${ver}+$${hash}-/" dist/*-"$${ver}"-*
|
${RENAME_BIN} "s/-$${ver}(\.|-)/-$${ver}+$${hash}\$$1/" dist/*-"$${ver}"*
|
||||||
|
|
||||||
|
|
||||||
.PHONY: pull-i18n
|
.PHONY: pull-i18n
|
||||||
|
|
Loading…
Reference in a new issue