mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
* Fixed typo in line 1375 ("fpidr" instead of "fpcdir")
This commit is contained in:
parent
19ef67c838
commit
de3a50306d
@ -1372,7 +1372,7 @@ begin
|
||||
if fpcdir='' then
|
||||
begin
|
||||
if PathExists('/usr/local/lib/fpc/'+version_string) then
|
||||
fpcidr:='/usr/local/lib/fpc/'+version_string
|
||||
fpcdir:='/usr/local/lib/fpc/'+version_string
|
||||
else
|
||||
fpcdir:='/usr/lib/fpc/'+version_string;
|
||||
end;
|
||||
@ -1427,7 +1427,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.54 2000-01-23 16:36:37 peter
|
||||
Revision 1.55 2000-01-23 18:20:50 sg
|
||||
* Fixed typo in line 1375 ("fpidr" instead of "fpcdir")
|
||||
|
||||
Revision 1.54 2000/01/23 16:36:37 peter
|
||||
* better auto RTL dir detection
|
||||
|
||||
Revision 1.53 2000/01/20 10:36:44 daniel
|
||||
|
Loading…
Reference in New Issue
Block a user