colinmollenhour / modman

Modularize extensions using symlinks. Voted #1 Magento tool by @WebShopApps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy --copy fails on OS X

maxrice opened this issue · comments

Illegal options with both mkdir and cp when trying to deploy --copy. Change to:

mkdir -p

and

cp -R

However it looks like OS X doesn't support -link, so this wouldn't use hardlinks.

I see you fixed it, please create pull request.