Commit b2ead615 authored by jcole@ham.spaceapes.com's avatar jcole@ham.spaceapes.com
Browse files

Merge jcole@work.mysql.com:/home/bk/mysql

into ham.spaceapes.com:/usr/home/jcole/bk/mysql
parents b581f17b e6c278be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ install-data-local:
			        $(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt; \
	done
	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
	(for f in Index README "*.conf"; \
	(cd $(srcdir)/charsets; for f in Index README "*.conf"; \
	do \
		$(INSTALL_DATA) $(srcdir)/charsets/$$f $(DESTDIR)$(pkgdatadir)/charsets/; \
		$(INSTALL_DATA) $$f $(DESTDIR)$(pkgdatadir)/charsets/; \
	done)