cloudControl / buildpack-php

cloudControl PHP buildpack
Apache License 2.0
13 stars 18 forks source link

Fix for the vendor-dir handling #20

Closed parnas closed 9 years ago

parnas commented 9 years ago

Otherwise it fails if vendor-dir is not in the root.

So, if "vendor-dir: somesome/vendor", cp command will only create "vendor" folder in the $CACHE_DIR, but rm will try to delete "someplace/vendor".

TooAngel commented 9 years ago

Thank you for your pull request, appreciated

TooAngel commented 9 years ago

The changes are deployed and available in the supported php buildpack.