mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Repair lyx-build script
This commit is contained in:
parent
dc81a3f95d
commit
df86dac74f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user