Parcourir la source

Merged revisions 12487 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r12487 | joost | 2009-01-03 16:26:56 +0100 (Sat, 03 Jan 2009) | 1 line

* When RemoteRepository is "auto" download a list of mirrors, not the other way around
........

git-svn-id: branches/fixes_2_2@12488 -

joost il y a 16 ans
Parent
commit
0ee8013951
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      utils/fppkg/pkgcommands.pp

+ 1 - 1
utils/fppkg/pkgcommands.pp

@@ -128,7 +128,7 @@ begin
   // Download and load mirrors.xml
   // This can be skipped when a custom RemoteRepository is configured
   if (GlobalOptions.RemoteMirrorsURL<>'') and
-     (GlobalOptions.RemoteRepository<>'auto') then
+     (GlobalOptions.RemoteRepository='auto') then
     begin
       Log(vlCommands,SLogDownloading,[GlobalOptions.RemoteMirrorsURL,GlobalOptions.LocalMirrorsFile]);
       DownloadFile(GlobalOptions.RemoteMirrorsURL,GlobalOptions.LocalMirrorsFile);