projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e17db
)
[packages] mysql: ship mysql_system_tables.sql with mysql-server
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 14 Dec 2010 14:02:29 +0000
(14:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 14 Dec 2010 14:02:29 +0000
(14:02 +0000)
SVN-Revision: 24566
libs/mysql/Makefile
patch
|
blob
|
history
diff --git
a/libs/mysql/Makefile
b/libs/mysql/Makefile
index e7a111cb64285b53819b64ea626dfcd21543f2b8..720609d2f2f2f10a68421610804f8a2b5fa78727 100644
(file)
--- 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))