diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 13:23:44 +0300 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-24 13:23:44 +0300 |
commit | 9c7629fda39a63300bc288806cbd9d924611c532 (patch) | |
tree | 7cfdb826dde4f4515f7f806908ac679e40e7140b /CMakeLists.txt | |
parent | 7bf81b15c61ac9c81c5cb59629aeba9ffe97006e (diff) | |
parent | 1e43b94c70841866e6c0dc7bcb05bfa2c248faa7 (diff) | |
download | mariadb-git-9c7629fda39a63300bc288806cbd9d924611c532.tar.gz |
Merge from mysql-5.1-bugteam.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 89ae82f2c35..07809a8e29b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -344,7 +344,7 @@ ENDIF() # RPM installs documentation directly from the source tree # IF(NOT INSTALL_LAYOUT MATCHES "RPM") - INSTALL(FILES COPYING EXCEPTIONS-CLIENT LICENSE.mysql + INSTALL(FILES COPYING LICENSE.mysql DESTINATION ${INSTALL_DOCREADMEDIR} COMPONENT Readme OPTIONAL |