diff options
author | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-11-08 19:06:44 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-11-08 19:06:44 +0100 |
commit | 6a875b24c37101d91e9afd1bb8bdfab0fde73155 (patch) | |
tree | fc4cd669834b33b968687f034cf1e86993843ba7 /cmake | |
parent | c8ab849365b9a69c5a2c0d355be9bb802abb1f15 (diff) | |
download | mariadb-git-6a875b24c37101d91e9afd1bb8bdfab0fde73155.tar.gz |
Placement change:
Top level "SPECIFIC-ULN/" was inappropriate,
put the files to create RPMs for ULN into
"packaging/rpm-uln/".
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/install_layout.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake index 18c7afd8037..4adda0b6eac 100644 --- a/cmake/install_layout.cmake +++ b/cmake/install_layout.cmake @@ -138,7 +138,7 @@ SET(INSTALL_PLUGINTESTDIR_STANDALONE ${plugin_tests}) # # RPM layout # -# See "SPECIFIC-ULN/mysql-5.5-libdir.patch" for the differences +# See "packaging/rpm-uln/mysql-5.5-libdir.patch" for the differences # which apply to RPMs in ULN (Oracle Linux), that patch file will # be applied at build time via "rpmbuild". # |