games-util/xivlauncher: dosym remove absolute path

Signed-off-by: Anna (navi) Figueiredo Gomes <anna@navirc.com>
This commit is contained in:
Anna (navi) Figueiredo Gomes
2022-12-08 14:00:36 -03:00
parent c2df2fac2e
commit 19136a7e34

View File

@@ -259,7 +259,7 @@ src_install() {
insinto opt/xivlauncher
doins -r *
fperms +x /opt/xivlauncher/XIVLauncher.Core
dosym /opt/xivlauncher/XIVLauncher.Core usr/bin/xivlauncher
dosym ../../opt/xivlauncher/XIVLauncher.Core usr/bin/${PN}
}
pkg_postinst() {