* Added packages as pasckage dir, to be able to make install

git-svn-id: trunk@6678 -
This commit is contained in:
michael 2007-02-27 20:42:13 +00:00
parent 77b51569d4
commit 3c1353cd4d

View File

@ -1225,7 +1225,7 @@ implementation
SetVariable('FPCDIR',s,false);
{ PACKAGESDIR }
if GetVariable('PACKAGESDIR',false)='' then
SetVariable('PACKAGESDIR','$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
SetVariable('PACKAGESDIR','$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra $(FPCDIR)/packages',false);
{ UNITSDIR }
if GetVariable('UNITSDIR',false)='' then
SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);