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:
-rw-r--r--lua5.3/lua-5.3.5.json2
-rw-r--r--lua5.4/lua-5.4.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lua5.3/lua-5.3.5.json b/lua5.3/lua-5.3.5.json
index c789fd6..7f57197 100644
--- a/lua5.3/lua-5.3.5.json
+++ b/lua5.3/lua-5.3.5.json
@@ -41,6 +41,6 @@
"/bin",
"/include",
"/lib/pkgconfig",
- "/share/man"
+ "/man"
]
}
diff --git a/lua5.4/lua-5.4.json b/lua5.4/lua-5.4.json
index a164fb8..e8dd5ce 100644
--- a/lua5.4/lua-5.4.json
+++ b/lua5.4/lua-5.4.json
@@ -39,6 +39,6 @@
"/bin",
"/include",
"/lib/pkgconfig",
- "/share/man"
+ "/man"
]
}