diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 3bd839bb1f0..6c7207b0b2d 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -103,7 +103,7 @@ install-data-local: do \ d=$(DESTDIR)$(testdir)/`dirname $$f`; \ mkdir -p $$d ; \ - $(INSTALL_DATA) $(srcdir)$$f $$d ; \ + $(INSTALL_DATA) $(srcdir)/$$f $$d ; \ done uninstall-local: