Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

cp -a not available on non NTFS #103

Closed
bjoernsteinborn opened this issue Jan 13, 2016 · 3 comments
Closed

cp -a not available on non NTFS #103

bjoernsteinborn opened this issue Jan 13, 2016 · 3 comments

Comments

@bjoernsteinborn
Copy link

tasks/deploy/update.js uses "cp" with the parameter "-a" which is only available on NTFS file systems.
(Source: https://www.mkssoftware.com/docs/man1/cp.1.asp)
So the copy task fails from OSX with HFS+.
Should/could be cp -r instead of cp -a.

@bjoernsteinborn bjoernsteinborn changed the title cp -a not supported cp -a not available on non NTFS Jan 13, 2016
@gregberge
Copy link
Member

@bjoernsteinborn can you submit a PR please?

@bjoernsteinborn
Copy link
Author

I will do so. At the moment i hardcoded the change for my needs but will look into making in configurable by parameter and than i create a PR out of it.

@bjoernsteinborn
Copy link
Author

Solved with #107

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

No branches or pull requests

2 participants