diff options
author | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-11-07 17:45:02 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-11-07 17:45:02 +0100 |
commit | 7e613db478c98c32e4bdcf2ffe72742bb9416f7a (patch) | |
tree | 84786a5d8a838c538ba1728adb280b6913a939f9 /cmake | |
parent | d912a758b02399c28cb30d97496ad5cdab35d214 (diff) | |
download | mariadb-git-7e613db478c98c32e4bdcf2ffe72742bb9416f7a.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". # |