correct type in install message

This commit is contained in:
Dan Bryant 2022-07-01 11:22:47 +01:00
parent cdd5557860
commit 8814b45c9a

View File

@ -193,7 +193,7 @@ if [ -z "$ENABLE_CLANG_INSTALL" ]; then
echo ""
echo "Done!"
echo ""
echo -n "cd into '$BUILD_DIR/$stage' and type 'make install' to install "
echo -n "cd into '$BUILD_DIR/build_stage' and type 'make install' to install "
echo "clang/llvm to '$INSTALLPREFIX'"
echo ""
else