2
0
Эх сурвалжийг харах

Add "/system/conf" as configuration directory on Symobi

git-svn-id: branches/svenbarth/symobi@18146 -
svenbarth 14 жил өмнө
parent
commit
099f7516a6
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      compiler/options.pas

+ 5 - 0
compiler/options.pas

@@ -2406,6 +2406,11 @@ begin
        foundfn:=exepath+fn
      else
 {$else}
+  {$ifdef symobi}
+      if CfgFileExists('/system/conf/'+fn) then
+       foundfn:='/system/conf/'+fn
+	 else  
+  {$endif}
       if CfgFileExists('/etc/'+fn) then
        foundfn:='/etc/'+fn
      else