1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00

Fixed moronic typo

This commit is contained in:
Mateusz 2024-03-22 20:09:40 +01:00 committed by GitHub
parent 36be5cf659
commit 009764cc1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ ram.runtime = "50M"
"libgmp-dev", "libgmp-dev",
"libjsoncpp-dev", "libjsoncpp-dev",
"libzstd-dev"] "libzstd-dev"]
packages_from_raw_bash = packages_from_raw_bash = """ packages_from_raw_bash = """
if [[ $YNH_DEBIAN_VERSION = "bullseye" ]]; then if [[ $YNH_DEBIAN_VERSION = "bullseye" ]]; then
echo "libluajit-5.1-dev"; echo "libluajit-5.1-dev";
elif [[ $YNH_DEBIAN_VERSION = "bookworm" ]]; then elif [[ $YNH_DEBIAN_VERSION = "bookworm" ]]; then