projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558c916
)
posaune
author
Michael Wagner
<michael@wagnertech.de>
Thu, 11 Apr 2019 19:45:44 +0000
(21:45 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Thu, 11 Apr 2019 19:45:44 +0000
(21:45 +0200)
tools/make/mconfigure
patch
|
blob
|
history
diff --git
a/tools/make/mconfigure
b/tools/make/mconfigure
index
09b6d3d
..
e94ead5
100755
(executable)
--- a/
tools/make/mconfigure
+++ b/
tools/make/mconfigure
@@
-59,7
+59,7
@@
function set_build {
function check_version {
vline=$(head -1 debian/$paket.changelog)
- vline=${vline%
-
*}
+ vline=${vline%
[-)]
*}
clversion=${vline#*(}
if [ $version = "0.0" ]
then
@@
-133,7
+133,7
@@
fi
if [ $configure -eq 1 ]
then
# delete changelog and control
- rm debian/changelog debian/control || true
+ rm debian/changelog debian/control
2>/dev/null
|| true
# mconfigure builds 2 environment files: setenv.sh + rules.pre