Repair lyx-build script

This commit is contained in:
Richard Kimberly Heck 2022-12-11 20:02:24 -05:00
parent dc81a3f95d
commit df86dac74f

View File

@ -81,7 +81,7 @@ $DEBUG cd $BASE/lyx-build/
echo "Building distribution...";
$DEBUG $BASE/lyx-export/configure --enable-build-type=rel --enable-qt5
if ! $DEBUG make lyxdist; then
if ! $DEBUG make dist; then
echo "Couldn't make distribution!";
exit 1;
fi