[game-data-packager] 01/04: Fix case of CACHEDIR.TAG
Simon McVittie
smcv at debian.org
Wed Sep 28 00:18:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit bdac8a5eb68cbdbea43b617d28c9aab1b2e9ca32
Author: Simon McVittie <smcv at debian.org>
Date: Tue Sep 27 23:41:31 2016 +0100
Fix case of CACHEDIR.TAG
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 06728df..810d542 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,10 @@ out/CACHEDIR.TAG:
echo "# For information about cache directory tags, see:"; \
echo "# http://www.brynosaurus.com/cachedir/" ) > $@
-out/%: data/% out/CACHEDIR.tag
+out/%: data/% out/CACHEDIR.TAG
if [ -L $< ]; then cp -a $< $@ ; else install -m644 $< $@ ; fi
-out/vfs/%.json: data/%.yaml tools/compile_yaml.py out/CACHEDIR.tag
+out/vfs/%.json: data/%.yaml tools/compile_yaml.py out/CACHEDIR.TAG
@mkdir -p out/vfs
$(PYTHON) tools/compile_yaml.py $< $@
--
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