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 <s...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to