Project

General

Profile

« Previous | Next » 

Revision 13419

bugfix: /Makefile: install: use schemas/public/*re*install because schemas/public/install would errexit if the public schema already exists

View differences:

Makefile
26 26
# schemas/public/install also tests that a clean public schema will be
27 27
# installable by full-database import
28 28
install: _always config core mysql inputs/download/live inputs/install \
29
schemas/public/install
29
schemas/public/reinstall
30 30
	@$(done)
31
# schemas/public/install would errexit if the public schema already exists
31 32

  
32 33
uninstall: _always rm_mysql rm_core ;
33 34

  

Also available in: Unified diff