Commit 6a875b24 authored by Joerg Bruehe's avatar Joerg Bruehe

Placement change:

Top level "SPECIFIC-ULN/" was inappropriate,
put the files to create RPMs for ULN into
"packaging/rpm-uln/".

parent c8ab8493
...@@ -328,7 +328,7 @@ IF(NOT WITHOUT_SERVER) ...@@ -328,7 +328,7 @@ IF(NOT WITHOUT_SERVER)
IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt)
ADD_SUBDIRECTORY(internal) ADD_SUBDIRECTORY(internal)
ENDIF() ENDIF()
ADD_SUBDIRECTORY(SPECIFIC-ULN) ADD_SUBDIRECTORY(packaging/rpm-uln)
ENDIF() ENDIF()
INCLUDE(cmake/abi_check.cmake) INCLUDE(cmake/abi_check.cmake)
......
...@@ -138,7 +138,7 @@ SET(INSTALL_PLUGINTESTDIR_STANDALONE ${plugin_tests}) ...@@ -138,7 +138,7 @@ SET(INSTALL_PLUGINTESTDIR_STANDALONE ${plugin_tests})
# #
# RPM layout # 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 # which apply to RPMs in ULN (Oracle Linux), that patch file will
# be applied at build time via "rpmbuild". # be applied at build time via "rpmbuild".
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment