mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Backport of fix made in 5.1 to 5.0
mysql-test/Makefile.am : Fix a copy-paste error ... mysql-test/Makefile.am: Correct the variables used for target directory of copy action.
This commit is contained in:
parent
e6523d7667
commit
1daeb66563
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ install-data-local:
|
|||
$(INSTALL_DATA) $(srcdir)/std_data/*.cnf $(DESTDIR)$(testdir)/std_data
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/ndb_backup50_data_be/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup50_data_be
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/ndb_backup50_data_le/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup50_data_le
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(distdir)/std_data/funcs_1
|
||||
$(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(DESTDIR)$(testdir)/std_data/funcs_1
|
||||
$(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib
|
||||
for f in `(cd $(srcdir); find suite -type f | grep -v SCCS)`; \
|
||||
do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue