Skip to content

Commit

Permalink
use .profile.d instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 16, 2012
1 parent c269de9 commit 5322e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ run_npm "rebuild"
echo "Dependencies installed" | indent

echo "-----> Building runtime environment"
mkdir -p $BUILD_DIR/profile.d
echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/profile.d/nodejs.sh
mkdir -p $BUILD_DIR/.profile.d
echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh

0 comments on commit 5322e4a

Please sign in to comment.