summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-13 18:30:37 +0100
committerSam James <sam@gentoo.org>2021-08-13 18:31:09 +0100
commit79c2a569f8f6b308ce9da92021b1258922bb1cca (patch)
treed31e2ef4f90d726a910e81ddd3dc3cd6665aeaac /games-action/teeworlds
parentdev-libs/boost: add 1.77.0 (diff)
downloadgentoo-79c2a569f8f6b308ce9da92021b1258922bb1cca.tar.gz
gentoo-79c2a569f8f6b308ce9da92021b1258922bb1cca.tar.bz2
gentoo-79c2a569f8f6b308ce9da92021b1258922bb1cca.zip
games-action/teeworlds: fix path to teeworlds_srv in init script
Not revbumping yet as we're going to need to fix the user/group too. Bug: https://bugs.gentoo.org/808043 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action/teeworlds')
-rw-r--r--games-action/teeworlds/files/teeworlds-init.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/teeworlds/files/teeworlds-init.d b/games-action/teeworlds/files/teeworlds-init.d
index fa1a95831ff5..eb24a7441e2d 100644
--- a/games-action/teeworlds/files/teeworlds-init.d
+++ b/games-action/teeworlds/files/teeworlds-init.d
@@ -1,9 +1,9 @@
#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
PIDFILE=/var/run/teeworlds.pid
-GAME_DIRECTORY=/usr/games/bin
+GAME_DIRECTORY=/usr/bin
CONFIG=/etc/teeworlds/teeworlds_srv.cfg
depend() {