From 72568e0c3839aca21f22f95aac0e04eadfb9dde2 Mon Sep 17 00:00:00 2001 From: Joel Franusic Date: Thu, 18 Jun 2015 16:13:16 -0700 Subject: [PATCH] add xmlsec1 binaries to paths --- .profile.d/path.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .profile.d/path.sh diff --git a/.profile.d/path.sh b/.profile.d/path.sh new file mode 100644 index 0000000..9cd63fb --- /dev/null +++ b/.profile.d/path.sh @@ -0,0 +1,5 @@ +# https://devcenter.heroku.com/articles/profiled + +# add xmlsec1 binary and libraries to the appropriate paths +LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/app/.heroku/xmlsec1-1.2/lib/" +PATH="$PATH:/app/.heroku/xmlsec1-1.2/bin/"