Error in version guessing
This commit is contained in:
parent
c2febfa332
commit
6f46465af1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# (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
|
||||
DREL=bird-doc-$VERSION
|
||||
T=/tmp/bird
|
||||
|
|
Loading…
Reference in a new issue