summaryrefslogtreecommitdiff
blob: 7c535b283af0fc28a01635e3632639fa08cd2945 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.cpp.orig	2003-11-08 12:05:44.053967560 -0500
+++ src/main.cpp	2003-11-08 12:06:20.311455584 -0500
@@ -116,7 +116,7 @@
 	if ( chdir( "data" ) != 0 ) // this works in source-tree
 		if ( chdir ( "../../data" ) != 0 ) // this works in source-tree
 			if ( chdir ( "../data" ) != 0 ) // this works in release
-				chdir ( "../../GemHunters-data" ) ; // last resort :)
+				chdir ( GENTOO_DATADIR ) ; // last resort :)
 
 	file_cache . Init () ;