View | Details | Raw Unified | Return to bug 54628
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 142-150 Link Here
142
.endif
142
.endif
143
.if !exists(${DB_DIR}) || defined(OVERWRITE_DB)
143
.if !exists(${DB_DIR}) || defined(OVERWRITE_DB)
144
.if defined(SKIP_DNS_CHECK)
144
.if defined(SKIP_DNS_CHECK)
145
	${PREFIX}/bin/mysql_install_db --force
145
	${PREFIX}/bin/mysql_install_db --force --ldata=${DB_DIR}
146
.else
146
.else
147
	${PREFIX}/bin/mysql_install_db
147
	${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR}
148
.endif
148
.endif
149
.endif
149
.endif
150
	@${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
150
	@${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

Return to bug 54628