From 1bef73485855314342c66d9bf43e3c71ffac6cbb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Jan 2018 14:00:25 +0100 Subject: bin/bootstrap-mysql: new dependency types --- bin/bootstrap-mysql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/bootstrap-mysql') diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index c643fe4..725b211 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -421,6 +421,8 @@ fi { printf '\n ("%s",%s,%s),' \ 'build' '1' '0' \ + 'check' '0' '0' \ + 'link' '0' '1' \ 'run' '1' '1' printf ';\n' } | \ -- cgit v1.2.3-54-g00ecf