added new version of gamerunner and fixed the install name

This commit is contained in:
Marc
2024-07-27 19:06:33 +02:00
parent ab91b7b5aa
commit cb87511ecf
4 changed files with 40 additions and 4 deletions
@@ -30,6 +30,6 @@ src_unpack() {
src_install() {
dodir /usr/bin
dodir /etc
newbin gamerunner.sh gamerunner.sh
newbin gamerunner.sh gamerunner
install gamerunner.cfg "${D}/etc/gamerunner.cfg"
}