projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d008c
)
phpide
author
Michael Wagner
<michael@wagnertech.de>
Wed, 18 Apr 2018 16:36:35 +0000
(18:36 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Wed, 18 Apr 2018 16:36:35 +0000
(18:36 +0200)
tools/make/mconfigure
patch
|
blob
|
history
diff --git
a/tools/make/mconfigure
b/tools/make/mconfigure
index
b16fd55
..
8ce366e
100755
(executable)
--- a/
tools/make/mconfigure
+++ b/
tools/make/mconfigure
@@
-31,13
+31,14
@@
function set_build {
}
function check_version {
+ vline=$(head -1 debian/$paket.changelog)
+ vline=${vline%-*}
+ clversion=${vline#*(}
if [ $version = "0.0" ]
then
+ version=$clversion
return
fi
- vline=$(head -1 debian/$paket.changelog)
- vline=${vline%-*}
- clversion=${vline#*(}
if [ "$clversion" != $version ]
then
echo "version mismatch: git: $version, changelog: $clversion"