summaryrefslogtreecommitdiff
path: root/math/ump/files/patch-src-main.cpp
blob: 66bd4b5c028e008ccc7980b7dfc818c58b0f6886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.cpp	Sat Apr 22 01:10:27 2006
+++ src/main.cpp.port	Wed May  3 15:13:45 2006
@@ -692,7 +692,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"));