Files
UnrealEngineUWP/Engine/Source/Developer/SlateFileDialogs/Private
Dmitry Rekman 6175047c12 Linux: fix an edge case packaging failure (UE-19933).
- Seems that sometimes packaging fails because destination directory can be passed as -archivedirectory=../../../Foo (may happen if both Foo and RootDir() are in the same directory) and UAT incorrectly tries to create /Foo instead of Foo.
- The easier fix (in terms of testing) is to make sure that the directory paths are absolute.

[CL 2653243 by Dmitry Rekman in Main branch]
2015-08-12 14:53:27 -04:00
..