From df86dac74f8faa8f3913143c707167fa035890da Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 11 Dec 2022 20:02:24 -0500 Subject: [PATCH] Repair lyx-build script --- development/tools/lyx-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5