[packages] mysql: ship mysql_system_tables.sql with mysql-server

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24566 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-14 14:02:29 +00:00
parent 54e6a20a2a
commit f3ee96fda8

View File

@ -189,6 +189,7 @@ define Package/mysql-server/install
$(INSTALL_DIR) $(1)/usr/share/mysql/english
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/mysql/english/errmsg.sys $(1)/usr/share/mysql/english
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/mysql/fill_help_tables.sql $(1)/usr/share/mysql/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/mysql/mysql_system_tables.sql $(1)/usr/share/mysql/
endef
$(eval $(call BuildPackage,mysql-server))