mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
lplupdate: clean up
git-svn-id: trunk@40320 -
This commit is contained in:
parent
e436bede0d
commit
067df6dac3
@ -370,7 +370,6 @@ begin
|
||||
if Pkg=nil then continue;
|
||||
if (CompareText(ExtractFileNameOnly(Link.ExpFilename),Pkg.Name)<>0)
|
||||
or (not FileExistsUTF8(Link.ExpFilename)) then begin
|
||||
debugln(['TLPLUpdate.WriteLinksWithWrongExpFilename AAA1 ',Link.PkgName,' ',Pkg.Name]);
|
||||
LinkFilename:='$(LazarusDir)/'+StringReplace(CreateRelativePath(Pkg.Filename,PkgDir),'\','/',[rfReplaceAll]);
|
||||
if not (Quiet and WriteCommands) then
|
||||
writeln('Wrong filename in link ',ExtractFileNameOnly(Link.LPLFilename),' should be '+LinkFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user