Browse Source

* fpmake to fpmkunit package

git-svn-id: trunk@7539 -
peter 18 năm trước cách đây
mục cha
commit
515880ffe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;