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 124
124
build $1 $install_path $num_threads
125
125
fi
126
126
} >&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."
130
130
fi
Original file line number Diff line number Diff line change 142
142
build $version $install_path $num_threads
143
143
fi
144
144
} >&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."
148
148
fi
You can’t perform that action at this time.
0 commit comments