summaryrefslogtreecommitdiff
path: root/math/ump/files/patch-src-main.cpp
blob: 23bd4c43252d8688c21eef3ed8f1e0f92bae525e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.cpp	Mon Oct  2 11:05:33 2006
+++ src/main.cpp.port	Tue Nov  7 22:17:00 2006
@@ -695,7 +695,7 @@
 
 		setup_file.replace_escape_sequences = true;
 
-		try{  setup_file.read( DATA_DIR "/ump.conf" );  }
+		try{  setup_file.read( "%%PREFIX%%/etc/ump.conf" );  }
 		catch(...) { std_settings = false; }
 
 		snprintf(filename,100,"%s/.ump",getenv("HOME"));