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
commita1a9d8278f625647c1fb7e7d183c2fff3c5ba4ca (patch)
tree95afb1a73edf9531e33d8549751f5ba0162365eb /cmake
parent79626ba4ab927e091ca75731283d19df5e6f82dc (diff)
downloadmariadb-git-a1a9d8278f625647c1fb7e7d183c2fff3c5ba4ca.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}."