Explorar el Código

* add packages/ dir

git-svn-id: trunk@6658 -
peter hace 18 años
padre
commit
5fd1b3fb18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/fpcm/fpcmmain.pp

+ 1 - 1
utils/fpcm/fpcmmain.pp

@@ -1225,7 +1225,7 @@ implementation
         SetVariable('FPCDIR',s,false);
         { PACKAGESDIR }
         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 }
         if GetVariable('UNITSDIR',false)='' then
          SetVariable('UNITSDIR','$(FPCDIR)/units/$(FULLTARGET)',false);