From: Jo-Philipp Wich Date: Tue, 14 Dec 2010 14:02:29 +0000 (+0000) Subject: [packages] mysql: ship mysql_system_tables.sql with mysql-server X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d1ea44292cd56ef2e12780d773639106983d9e60;p=openwrt%2Fsvn-archive%2Farchive.git [packages] mysql: ship mysql_system_tables.sql with mysql-server SVN-Revision: 24566 --- diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index e7a111cb64..720609d2f2 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -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))