Procházet zdrojové kódy

* Search the UnitConfigFile in the right location when installing with PackageVariants

git-svn-id: trunk@22331 -
joost před 13 roky
rodič
revize
8ce4a5e196
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -5877,7 +5877,7 @@ Var
 begin
   List:=TStringList.Create;
   Try
-    List.add(IncludeTrailingPathDelimiter(APackage.GetUnitsOutputDir(Defaults.CPU,Defaults.OS))+UnitConfigFile);
+    List.add(IncludeTrailingPathDelimiter(APackage.GetUnitConfigOutputDir(Defaults.CPU,Defaults.OS))+UnitConfigFile);
     CmdCopyFiles(List,Dest);
   Finally
     List.Free;