소스 검색

* fpmake to fpmkunit package

git-svn-id: trunk@7539 -
peter 18 년 전
부모
커밋
515880ffe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/fppkg/pkgarchive.pp

+ 1 - 1
utils/fppkg/pkgarchive.pp

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