mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Notes for build script. Will fix later.
This commit is contained in:
parent
f6d14f7435
commit
58411fe033
@ -46,7 +46,10 @@ VERSION=$(head configure.ac | grep AC_INIT | perl -e 'while (<>) {m/AC_INIT\(LyX
|
||||
VERSION_BASE="${VERSION%-*}";
|
||||
|
||||
DEVEL_RELEASE="";
|
||||
# FIXME This test is wrong
|
||||
if [ "$VERSION" != "$VERSION_BASE" ]; then
|
||||
echo "Need to fix something.";
|
||||
exit 1;
|
||||
DEVEL_RELEASE="TRUE";
|
||||
PATCH="";
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user