commit:     79c2a569f8f6b308ce9da92021b1258922bb1cca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 17:30:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 17:31:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c2a569

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 <AT> gentoo.org>

 games-action/teeworlds/files/teeworlds-init.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/teeworlds/files/teeworlds-init.d 
b/games-action/teeworlds/files/teeworlds-init.d
index fa1a95831ff..eb24a7441e2 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() {

Reply via email to