Skip to content

Commit

Permalink
Merge pull request #3 from cstavish/master
Browse files Browse the repository at this point in the history
preserve any existing LD_LIBRARY_PATH
  • Loading branch information
alex88 committed Jul 28, 2014
2 parents f5e1c8c + 312ad32 commit b0402b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .profile.d/vips.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export PATH=$PATH:$HOME/vendor/vips/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/vendor/vips/lib/pkgconfig
export LD_LIBRARY_PATH=$HOME/vendor/vips/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/vendor/vips/lib

0 comments on commit b0402b5

Please sign in to comment.