summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBo Thorsen <bo@askmonty.org>2010-06-28 15:31:47 +0200
committerBo Thorsen <bo@askmonty.org>2010-06-28 15:31:47 +0200
commit1c0f9f9d7eb2c9985fb3948ee87982673a8c8a80 (patch)
treed7d0a9150eb9db686554119f2943e22c5a49dfd1 /scripts
parentc77f7c3010be4384d2ba8682cb30b5c818d103ac (diff)
downloadmariadb-git-1c0f9f9d7eb2c9985fb3948ee87982673a8c8a80.tar.gz
Fix a loop and install more script files. Renames the perlscripts component to scripts, since it now also has sql scripts.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index aa7fa03cf03..eee70fdf776 100755
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -79,4 +79,8 @@ CONFIGURE_FILE(mysqlhotcopy.sh
INSTALL(FILES mysqldumpslow.pl mysqlhotcopy.pl mysql_config.pl
mysql_convert_table_format.pl mysql_install_db.pl
mysql_secure_installation.pl mysqld_multi.pl
- DESTINATION scripts COMPONENT perlscripts)
+ DESTINATION scripts COMPONENT scripts)
+
+INSTALL(FILES fill_help_tables.sql mysql_fix_privilege_tables.sql mysql_system_tables.sql
+ mysql_system_tables_data.sql mysql_system_tables_fix.sql mysql_test_data_timezone.sql
+ DESTINATION share COMPONENT scripts)