[game-data-packager] 107/293: Make the build directory when required

Simon McVittie smcv at debian.org
Fri Oct 14 00:12:03 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 8f730e69d05cd16baf110f410d00c27484c83965
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Oct 14 23:29:41 2010 +0100

    Make the build directory when required
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

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!' \

-- 
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