forked from hasufell/hasufell-repository
games-strategy/freeorion: adjust wrapper script
Otherwise sounds may not play.
This commit is contained in:
parent
3b09863a55
commit
aa0597e28f
@ -80,6 +80,9 @@ if [ "\${LD_LIBRARY_PATH+set}" = "set" ] ; then
|
|||||||
else
|
else
|
||||||
export LD_LIBRARY_PATH="/usr/$(exhost --target)/lib/freeorion"
|
export LD_LIBRARY_PATH="/usr/$(exhost --target)/lib/freeorion"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd /usr/share/freeorion
|
||||||
|
|
||||||
exec /usr/$(exhost --target)/bin/${PN}.bin --resource-dir /usr/share/freeorion/default "\$@"
|
exec /usr/$(exhost --target)/bin/${PN}.bin --resource-dir /usr/share/freeorion/default "\$@"
|
||||||
|
|
||||||
EOF
|
EOF
|
Loading…
Reference in New Issue
Block a user