Browse Source

* fpmake to fpmkunit package

git-svn-id: trunk@7539 -
peter 18 years ago
parent
commit
515880ffe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fppkg/pkgarchive.pp

+ 1 - 1
utils/fppkg/pkgarchive.pp

@@ -293,7 +293,7 @@ begin
 {$endif unix}
   // Detect directory where fpmake units are located
   FFPMakeCompiler:=FCompiler;
-  FFPMakeUnitDir:=FInstallDir+'units'+PathDelim+CompilerTarget+PathDelim+'fpmake'+PathDelim;
+  FFPMakeUnitDir:=FInstallDir+'units'+PathDelim+CompilerTarget+PathDelim+'fpmkunit'+PathDelim;
 end;