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:
authorJean Felder <jean.felder@gmail.com>2022-08-04 01:10:02 +0300
committerHubert Figuière <hub@figuiere.net>2022-08-05 02:00:40 +0300
commitc937a6608497a990a56a22b444a062f949df5a0c (patch)
tree7d359aa84250b779e7ef5bd274526daf887d8338
parent517e2cb09831f3921a3abc5ce14982ef2f31b8cb (diff)
lua5.4: Fix json for liblua.so.5.4
-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 ea09568..a164fb8 100644
--- a/lua5.4/lua-5.4.json
+++ b/lua5.4/lua-5.4.json
@@ -5,7 +5,7 @@
"make -j $FLATPAK_BUILDER_N_JOBS CFLAGS=\"$CFLAGS -fPIC -DLUA_USE_LINUX\" linux",
"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",
+ "ln -sf liblua.so.5.4.4 $FLATPAK_DEST/lib/liblua.so.5.4",
"make INSTALL_TOP=${FLATPAK_DEST} pc > lua.pc",
"cat lua.pc.in >> lua.pc",
"install -Dm644 lua.pc $FLATPAK_DEST/lib/pkgconfig/lua.pc",