summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-03-22 23:23:18 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-03-22 23:23:18 +0100
commit3fbdf9b838540d1d12c187c783e1a66005d75924 (patch)
tree2ed658fe370cc716cd1c32b070dae71b0867e6a8 /cmake
parentbb0d53752484f8680b8ee71171f73946eb59cd65 (diff)
downloadmariadb-git-3fbdf9b838540d1d12c187c783e1a66005d75924.tar.gz
Fix RPM prefix.
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/install_layout.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index ad857058ca4..250bd3cff5b 100755
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -67,7 +67,7 @@ CACHE STRING "Installation directory layout. Options are: STANDALONE (as in zip
#ENDIF()
IF(UNIX)
- IF(INSTALL_LAYOUT MATCHES "UNIX")
+ IF(INSTALL_LAYOUT MATCHES "RPM")
SET(default_prefix "/usr")
ELSEIF(INSTALL_LAYOUT MATCHES "SVR4")
SET(default_prefix "/opt/mysql/mysql")