Commit c8b7d755 authored by David Dollar's avatar David Dollar

call it profile.d

parent 7f34453d
......@@ -174,5 +174,5 @@ run_npm "rebuild"
echo "Dependencies installed" | indent
echo "-----> Setting up .profile"
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment