File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 124124 build $1 $install_path $num_threads
125125 fi
126126 } >&1 | tee build.log
127- echo " Check build.log for results. If the build was successful,"
128- echo " type ' make install' (or 'sudo make install') to complete "
129- echo " the installation."
127+ echo " Check build.log for results. If the build was successful, type "
128+ echo " 'cd $1 -build && make install' (or 'cd $1 -build && sudo make install')"
129+ echo " to complete the installation."
130130fi
Original file line number Diff line number Diff line change 142142 build $version $install_path $num_threads
143143 fi
144144 } >&1 | tee build.log
145- echo " Check build.log for results. If the build was successful,"
146- echo " type ' make install' (or 'sudo make install') to complete "
147- echo " the installation."
145+ echo " Check build.log for results. If the build was successful, type "
146+ echo " 'cd $src -build && make install' (or 'cd $src -build && sudo make install') "
147+ echo " to complete the installation."
148148fi
You can’t perform that action at this time.
0 commit comments