alex88 / heroku-buildpack-vips

Heroku buildpack with vips
MIT License
33 stars 58 forks source link

fix $PKG_CONFIG_PATH append #26

Open zacronos opened 8 years ago

zacronos commented 8 years ago

The append to $PKG_CONFIG_PATH is broken -- the original code results in a literal value of $PKG_CONFIG_PATH:/app/vendor/vips/lib/pkgconfig due to the escaped \$, instead of allowing the original value to resolve through.

This PR fixes it so this buildpack doesn't clobber previously-set PKG_CONFIG_PATH values.