mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Error in version guessing
This commit is contained in:
parent
c2febfa332
commit
6f46465af1
@ -4,7 +4,7 @@
|
|||||||
# (c) 2000--2004 Martin Mares <mj@ucw.cz>
|
# (c) 2000--2004 Martin Mares <mj@ucw.cz>
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=`sed <sysdep/config.h '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
VERSION=`grep 'BIRD_VERSION \"' sysdep/config.h | sed '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
||||||
REL=bird-$VERSION
|
REL=bird-$VERSION
|
||||||
DREL=bird-doc-$VERSION
|
DREL=bird-doc-$VERSION
|
||||||
T=/tmp/bird
|
T=/tmp/bird
|
||||||
|
Loading…
Reference in New Issue
Block a user