[quake] 02/03: quake4-dedicated: correct substitutions

Simon McVittie smcv at debian.org
Sun Nov 1 00:24:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository quake.

commit e39bd31c21ffd110314d3cd791d95c8ad4c0b0fb
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Oct 31 23:21:37 2015 +0000

    quake4-dedicated: correct substitutions
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index c8cc0b3..1e17590 100644
--- a/Makefile
+++ b/Makefile
@@ -115,9 +115,9 @@ build/quake3-server: quake3.in Makefile
 build/quake4-dedicated: quake4.in Makefile
 	install -d build
 	sed \
-		-e 's!@Q4BINARY@!q4ded.x86!' \
-		-e 's!@Q4SELF@!quake4-dedicated!' \
-		-e 's!@Q4ROLE@!server!' \
+		-e 's!@binary@!q4ded.x86!' \
+		-e 's!@self@!quake4-dedicated!' \
+		-e 's!@role@!server!' \
 		< $< > $@
 	chmod +x $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list