From: Richard Kimberly Heck Date: Mon, 12 Dec 2022 01:02:24 +0000 (-0500) Subject: Repair lyx-build script X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=df86dac74f8faa8f3913143c707167fa035890da;p=features.git Repair lyx-build script --- diff --git a/development/tools/lyx-build b/development/tools/lyx-build index a73ea12d2c..f4ff053362 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -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