Testing paths from other pack.

This commit is contained in:
Paul C 2015-09-10 18:57:55 +01:00
parent 23e4a8ab42
commit caa17b7718
1 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,12 @@ else
cp -r $CACHE_DIR/bin/* $BUILD_DIR/nginx/
fi
# Update the PATH
mkdir -p $BUILD_DIR/.profile.d
cat > $BUILD_DIR/.profile.d/nginx.sh <<"EOF"
export PATH="$PATH:$HOME/nginx"
EOF
cd $CUR_DIR