Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfosero <fosero@users.noreply.github.com>2022-04-26 13:40:26 +0300
committerHubert Figuière <hub@figuiere.net>2022-04-26 14:28:29 +0300
commit7cffa811a99ca094254061a1e446e549fe144869 (patch)
treeb0859725d9abfe4b93c9596e403ab7de48ca653a
parent977feac6610e324a44e38fc2946b3d333e170a7b (diff)
lua5.4: Fix json for 5.4.4
Oversight from 2c0b7944a7
-rw-r--r--lua5.4/lua-5.4.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua5.4/lua-5.4.json b/lua5.4/lua-5.4.json
index 7f75ee0..ea09568 100644
--- a/lua5.4/lua-5.4.json
+++ b/lua5.4/lua-5.4.json
@@ -3,7 +3,7 @@
"buildsystem": "simple",
"build-commands": [
"make -j $FLATPAK_BUILDER_N_JOBS CFLAGS=\"$CFLAGS -fPIC -DLUA_USE_LINUX\" linux",
- "make TO_LIB=liblua.so.5.4.3 INSTALL_TOP=$FLATPAK_DEST install",
+ "make TO_LIB=liblua.so.5.4.4 INSTALL_TOP=$FLATPAK_DEST install",
"ln -sf liblua.so.5.4.4 $FLATPAK_DEST/lib/liblua.so",
"ln -sf liblua.so.5.4.4 $FLATPAK_DEST/lib/liblua.so.4.4",
"make INSTALL_TOP=${FLATPAK_DEST} pc > lua.pc",