Bug #53961

Composer installer scripts create a .Packages folder

Added by Rens Admiraal over 1 year ago. Updated over 1 year ago.

Status:New Start date:2013-11-25
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-
Affected Flow version:Git master

Description

Since the last changes to the composer installer scripts a .Packages folder is created if for example TYPO3.Neos is installed. This happens because a folder is copied to folder '.' passed to Files::copyDirectoryRecursively() as target folder.

copyDirectoryRecursively() then prepends this to the source folder, resulting in the .Packages.

Question is if the copyDirectoryRecursively should append the / to prevent issues like this.

Associated revisions

Revision 340139cc
Added by Rens Admiraal over 1 year ago

[BUGFIX] Composer installer scripts create a .Packages folder

The composer installer scripts create a .Packages folder inside
the root of the Flow project. This is incorrect as the created
directory should be inside the Packages folder.

Change-Id: I8b8b3a2563467509d7be8b3c5af62f4b038be24d
Related: #53961
Releases: master

History

#1 Updated by Bastian Waidelich over 1 year ago

see https://review.typo3.org/#/c/25678/ for the related change

Also available in: Atom PDF