Notes for build script. Will fix later.

This commit is contained in:
Richard Kimberly Heck 2020-06-03 17:17:38 -04:00
parent f6d14f7435
commit 58411fe033

View File

@ -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