diff options
-rw-r--r-- | sql/updates/3.2.2a_old/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3.2.2a_old/CMakeLists.txt b/sql/updates/3.2.2a_old/CMakeLists.txt index 32889ec43a7..e6193267b8a 100644 --- a/sql/updates/3.2.2a_old/CMakeLists.txt +++ b/sql/updates/3.2.2a_old/CMakeLists.txt @@ -2,4 +2,4 @@ FILE(GLOB _SQL_322 *.sql) INSTALL(FILES ${_SQL_322} -DESTINATION share/trinity/sql/updates/3.0.9_old)
\ No newline at end of file +DESTINATION share/trinity/sql/updates/3.2.2a_old)
\ No newline at end of file |