Skip to content

Commit

Permalink
Merge pull request mcollina#7 from vadims/fix-path
Browse files Browse the repository at this point in the history
Fix PATH in profile.d
  • Loading branch information
mcollina committed Jan 7, 2014
2 parents 1811e70 + 9d025de commit 4b498d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ cp -R $VENDORED_GRAPHICSMAGICK/* $gm_lib_path
echo "Building runtime environment for graphicsmagick" | arrow
mkdir -p $BUILD_DIR/.profile.d
echo "export PATH=\"\$HOME/bin:\$PATH\"" > $BUILD_DIR/.profile.d/graphicsmagick.sh
echo "export LD_LIBRARY_PATH=\"/app/vendor/nasm/lib/:/app/vendor/libjpeg-turbo/lib/:/app/vendor/zlib/lib/:/app/vendor/libpng/lib/:/app/vendor/graphicsmagick/lib/:\$LD_LIBRARY_PATH\"" > $BUILD_DIR/.profile.d/graphicsmagick.sh
echo "export LD_LIBRARY_PATH=\"/app/vendor/nasm/lib/:/app/vendor/libjpeg-turbo/lib/:/app/vendor/zlib/lib/:/app/vendor/libpng/lib/:/app/vendor/graphicsmagick/lib/:\$LD_LIBRARY_PATH\"" >> $BUILD_DIR/.profile.d/graphicsmagick.sh

0 comments on commit 4b498d7

Please sign in to comment.