mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:30:33 +01:00
* Fixed AV
git-svn-id: trunk@35820 -
This commit is contained in:
parent
74f952324f
commit
5051a0ccc5
@ -437,7 +437,7 @@ begin
|
||||
Error(SErrInstallationImpossible,[PackageName, InstallRepo.RepositoryName]);
|
||||
else if ForceInstall then
|
||||
begin
|
||||
log(llDebug,SDbgForcePackageInstall,[P.Name]);
|
||||
log(llDebug,SDbgForcePackageInstall,[PackageName]);
|
||||
ExecuteAction(PackageName,'fpmakeinstall');
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user