14 Mar
2018
14 Mar
'18
7:48 a.m.
On 08/02/18 14:56, Eli Schwartz wrote:
Additionally provide a separate error for failure to create the directory vs lack of write permissions on a pre-existing directory.
This also means we now consistently try to create any nonexistent *DEST directories as needed before aborting with E_FS_PERMISSIONS. Previously only $BUILDDIR received that kindness.
Fixes FS#43537
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> ---
v4: instead of complex directory/file checking, just abort on "failure to create a directory"
This version looks good. Pulled to my patchqueue branch. A