upgrade script: remind user to do "make"

This commit is contained in:
David Anderson 2017-10-24 10:23:43 -07:00
parent 47cce8e823
commit 19db13580f
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ if not options.srcdir:
if not options.srcdir:
syntax_error('Not running in the source directory and --srcdir was not specified')
if not options.web_only:
print "Don't forget to do 'make' first!"
if not tools.query_noyes("Overwrite files in "+INSTALL_DIR):
raise SystemExit