mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 16:09:17 +02:00
fppkg: Added ability to install packages from the location they were originally installed from
git-svn-id: trunk@54847 -
This commit is contained in:
parent
a07bb53e34
commit
d6b5974816
@ -60,6 +60,9 @@ begin
|
||||
FFPpkg.ScanAvailablePackages;
|
||||
FFPpkg.ScanPackages;
|
||||
|
||||
if (FParaAction='install') or (FParaAction='uninstall') or (FParaAction='fixbroken') then
|
||||
FFPpkg.ScanInstalledPackagesForAvailablePackages;
|
||||
|
||||
OldCurrDir := GetCurrentDir;
|
||||
try
|
||||
if FParaPackages.Count = 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user