summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-10-14 16:57:16 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-10-14 16:57:16 +0100
commit50ca4bc155d43ce0a0da8f4e0bcb98939628bf1e (patch)
tree95afb1a73edf9531e33d8549751f5ba0162365eb /cmake
parent1450cddf92e3a847b528f8882ec1723c1a658122 (diff)
downloadmariadb-git-50ca4bc155d43ce0a0da8f4e0bcb98939628bf1e.tar.gz
Fix typo, allow SVR4 packages to be built again.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index fcc1a2054b1..19a8a61df2d 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -86,7 +86,7 @@ IF(UNIX)
SET(CMAKE_INSTALL_PREFIX ${default_prefix}
CACHE PATH "install prefix" FORCE)
ENDIF()
- SET(VALID_INSTALL_LAYOUTS "RPM" "STANDALONE" "DEB" "SVR5")
+ SET(VALID_INSTALL_LAYOUTS "RPM" "STANDALONE" "DEB" "SVR4")
LIST(FIND VALID_INSTALL_LAYOUTS "${INSTALL_LAYOUT}" ind)
IF(ind EQUAL -1)
MESSAGE(FATAL_ERROR "Invalid INSTALL_LAYOUT parameter:${INSTALL_LAYOUT}."