mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 17:14:41 -04:00
[mingw] Makefile improvements
* also fixed removal of .tag in git post commit hook
This commit is contained in:
parent
651cdcaa65
commit
70a5116bb7
3 changed files with 44 additions and 20 deletions
|
@ -9,5 +9,6 @@
|
|||
|
||||
type -P git &>/dev/null || { echo "git command not found. Aborting." >&2; exit 1; }
|
||||
|
||||
TAGVER=`cat .tag`
|
||||
TAGVER=`cat ./.tag`
|
||||
git tag "#$TAGVER"
|
||||
rm ./.tag
|
Loading…
Add table
Add a link
Reference in a new issue