* disable wrong package not available check

git-svn-id: trunk@10247 -
This commit is contained in:
peter 2008-02-08 00:03:50 +00:00
parent 7725119204
commit 70a6eeaa16
2 changed files with 1241 additions and 1082 deletions

File diff suppressed because it is too large Load Diff

View File

@ -293,8 +293,8 @@ begin
for i:=0 to L.Count-1 do for i:=0 to L.Count-1 do
begin begin
DepPackage:=CurrentRepository.PackageByName(L[i]); DepPackage:=CurrentRepository.PackageByName(L[i]);
if DepPackage.Version.CompareVersion(D.MinVersion)<0 then // if DepPackage.Version.CompareVersion(D.MinVersion)<0 then
Error(SErrNoPackageAvailable,[D.PackageName,D.MinVersion.AsString]); // Error(SErrNoPackageAvailable,[D.PackageName,D.MinVersion.AsString]);
ExecuteAction(DepPackage,'install'); ExecuteAction(DepPackage,'install');
end; end;
FreeAndNil(L); FreeAndNil(L);