summaryrefslogtreecommitdiff
path: root/math/ump/files/patch-src-main.cpp
blob: 51870e795b2835d10b9683d4e1867e397eb22b73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.cpp	Sun Jun 25 12:48:31 2006
+++ src/main.cpp.port	Mon Jul 10 14:08:33 2006
@@ -682,7 +682,7 @@
 
 		setup_file.replace_escape_sequences = true;
 
-		try{  setup_file.read( DATA_DIR "/ump.conf" );  }
+		try{  setup_file.read( "%%PREFIX%%/etc/ump.conf" );  }
 		catch(...) { }
 
 		snprintf(filename,100,"%s/.ump",getenv("HOME"));