Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Dec 3, 2016
1 parent cf1d116 commit 41bd013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ DNX_BUILD_LOCATION=${BUILD_DIR}/.dnx/runtimes/
mkdir -p ${DNX_BUILD_LOCATION}
cp -r ~/.dnx/runtimes/${DNX_DIR_NAME} ${DNX_BUILD_LOCATION}

cat <<EOF >$BUILD_DIR/.profile.d/000_dnx.sh
export PATH="\$HOME/.dnx/runtimes/$DNX_DIR_NAME:\$PATH"
EOF

# Build the project
DEPLOYMENT_FILE_LOCATION=${SRC_DIR}/.deployment
if [ -n "$PROJECT" ]; then
Expand Down

0 comments on commit 41bd013

Please sign in to comment.