[SCM] [contrib] Quake III: Arena launcher branch, master, updated. 8f730e69d05cd16baf110f410d00c27484c83965

Simon McVittie smcv at debian.org
Thu Oct 14 22:31:22 UTC 2010


The following commit has been merged in the master branch:
commit 8f730e69d05cd16baf110f410d00c27484c83965
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Oct 14 23:29:41 2010 +0100

    Make the build directory when required

diff --git a/Makefile b/Makefile
index f57d691..f930a84 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ ALL = \
 all: $(ALL)
 
 build/quake3: quake3.in Makefile
+	install -d build
 	sed \
 		-e 's!@IOQ3BINARY@!ioquake3!' \
 		-e 's!@IOQ3SELF@!quake3!' \
@@ -16,6 +17,7 @@ build/quake3: quake3.in Makefile
 	chmod +x $@
 
 build/quake3-server: quake3.in Makefile
+	install -d build
 	sed \
 		-e 's!@IOQ3BINARY@!ioq3ded!' \
 		-e 's!@IOQ3SELF@!quake3!' \

-- 
[contrib] Quake III: Arena launcher



More information about the Pkg-games-commits mailing list