Skip to content
Snippets Groups Projects
Commit 1e9de82d authored by Robert Ricci's avatar Robert Ricci
Browse files

Before calling schemacheck, change into its directory, so that the

paths filled in by configure are correct.
parent 4c940af4
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ tipserv-install:
# tell, you can't put ifeq()'s inside of targets
#
ifeq ($(TBROOT),/usr/testbed)
SCHEMACHECK= perl $(OBJDIR)/db/schemacheck
SCHEMACHECK= cd $(OBJDIR)/db && perl schemacheck
else
SCHEMACHECK= @echo "Skipping schema check, since prefix isn't /usr/testbed"
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment