[aisleriot] Fix script for new source locations
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Fix script for new source locations
- Date: Mon, 15 Aug 2011 22:30:46 +0000 (UTC)
commit 70fb2277d9816e90a7c3d70b7011083d37b4ade9
Author: Christian Persch <chpe gnome org>
Date: Tue Aug 16 00:16:10 2011 +0200
Fix script for new source locations
Look in ../games/ for the scheme files.
src/get_titles.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/get_titles.pl b/src/get_titles.pl
index d744a73..a84fe05 100755
--- a/src/get_titles.pl
+++ b/src/get_titles.pl
@@ -23,7 +23,7 @@
open OUTFILE, "> game-names.h";
-opendir(DIR, "rules/");
+opendir(DIR, "../games/");
print OUTFILE "/* This is a generated file; DO NOT EDIT */\n";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]