Browse Source

* Removed double directory-separator

git-svn-id: trunk@34585 -
joost 8 years ago
parent
commit
cc70bbbd1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/src/pkgpackagesstructure.pp

+ 1 - 1
packages/fppkg/src/pkgpackagesstructure.pp

@@ -191,7 +191,7 @@ var
 begin
   Result:=false;
   FpmkDir:=IncludeTrailingPathDelimiter(FPath)+'fpmkinst'+PathDelim+FCompilerOptions.CompilerTarget+PathDelim;
-  if FindFirst(IncludeTrailingPathDelimiter(FpmkDir)+PathDelim+'*'+FpmkExt,faDirectory,SR)=0 then
+  if FindFirst(IncludeTrailingPathDelimiter(FpmkDir)+'*'+FpmkExt,faDirectory,SR)=0 then
     begin
       log(llDebug,SLogFindInstalledPackages,[FpmkDir]);
       repeat