Browse Source

* add packages/ dir

git-svn-id: trunk@6658 -
peter 18 years ago
parent
commit
5fd1b3fb18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcm/fpcmmain.pp

+ 1 - 1
utils/fpcm/fpcmmain.pp

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