From a7379d368499e915babd5558a4d3af1e92ddc21a Mon Sep 17 00:00:00 2001 From: Benny Wong Date: Thu, 9 Jan 2014 16:23:05 -0500 Subject: [PATCH] Add exiftool `bin` to `PATH` --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index f2c665d..f57f8f7 100755 --- a/bin/compile +++ b/bin/compile @@ -17,5 +17,5 @@ curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 https://s3.amazonaws.c echo " Setting PATH" cat < $BUILD_DIR/.profile.d/buildpack-exiftool.sh -export PATH="\$PATH:$APP_DIR/vendor/exiftool-$VERSION" +export PATH="\$PATH:$APP_DIR/vendor/exiftool-$VERSION/bin" EOF