1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-19 01:25:52 +01:00

Fix permission for gogdl executable

This commit is contained in:
2022-06-30 12:40:20 +02:00
parent 88a0f1846b
commit 47e215fd00
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ src_install() {
mv ../image/opt/${P} ../image/opt/${PN}
fperms +x /opt/${PN}/${PN}
fperms +x /opt/${PN}/resources/app.asar.unpacked/build/bin/linux/legendary
fperms +x /opt/${PN}/resources/app.asar.unpacked/build/bin/linux/gogdl
mkdir -p opt/bin
dosym ../../opt/${PN}/${PN} opt/bin/${PN}
}