diff options
author | joerg@trift2. <> | 2007-08-24 10:47:13 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-08-24 10:47:13 +0200 |
commit | aa588114a2414d5bcb02eeffae955e125f0d20a6 (patch) | |
tree | 83e429c57fecb1d7070d311c4351e8ade5d34795 /netware | |
parent | 18b8e7a33f8bfa5007b23c278dfe605c7f7d015d (diff) | |
download | mariadb-git-aa588114a2414d5bcb02eeffae955e125f0d20a6.tar.gz |
NetWare packages were missing the scripts to initialize the database: add them.
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 30172e124a4..1e006bbc25b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -75,7 +75,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \ mysqlshow.def mysqltest.def mysql_upgrade.def perror.def \ mysql_client_test.def \ replace.def resolve_stack_dump.def resolveip.def \ - static_init_db.sql \ + static_init_db.sql init_db.sql test_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ BUILD/compile-linux-tools BUILD/compile-netware-END \ BUILD/compile-netware-START BUILD/compile-netware-all\ |