|
@@ -112,8 +112,6 @@ endif
|
|
# We also don't need the test suite on the target
|
|
# We also don't need the test suite on the target
|
|
define MARIADB_POST_INSTALL
|
|
define MARIADB_POST_INSTALL
|
|
mkdir -p $(TARGET_DIR)/var/lib/mysql
|
|
mkdir -p $(TARGET_DIR)/var/lib/mysql
|
|
- $(INSTALL) -D -m 644 $(TARGET_DIR)/usr/share/mysql/my-small.cnf \
|
|
|
|
- $(TARGET_DIR)/etc/mysql/my.cnf
|
|
|
|
$(RM) $(TARGET_DIR)/usr/bin/mysql_config
|
|
$(RM) $(TARGET_DIR)/usr/bin/mysql_config
|
|
$(RM) -r $(TARGET_DIR)/usr/share/mysql/test
|
|
$(RM) -r $(TARGET_DIR)/usr/share/mysql/test
|
|
endef
|
|
endef
|