[aisleriot] Fix script for new source locations



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]