[game-data-packager] 255/293: quake4-dedicated: correct substitutions
Simon McVittie
smcv at debian.org
Fri Oct 14 00:12:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch quake
in repository game-data-packager.
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/game-data-packager.git
More information about the Pkg-games-commits
mailing list