summaryrefslogtreecommitdiff
path: root/games-fps/redeclipse/files/redeclipse
blob: 9f2c62fead05bf1f7bd371d27646be2c2de51def (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# It is necessary to run the binary from the root of the data directory
# for the binary to properly locate its assets and load properly.
# Upstream's original install procedure is doing the same thing.

SERVER=/usr/bin/redeclipse_server_linux
CLIENT=/usr/bin/redeclipse_linux
cd /usr/share/redeclipse || exit 1
[ "${0##*/}" = "redeclipse_server" ] && exec "${SERVER}" || exec "${CLIENT}"