mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Bug#18305641 SOLARIS SPECIFIIC FILES INSTALLED ON ALL PLATFORMS
Don't install solaris specific files on other platforms.
This commit is contained in:
parent
ae54c21208
commit
cb8ada941b
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -17,6 +17,10 @@
|
|||
# Any files in this directory are auxiliary files for Solaris "pkg" packages.
|
||||
# They will be configured during "pkg" creation, not during (binary) build.
|
||||
|
||||
IF(NOT CMAKE_SYSTEM_NAME MATCHES "SunOS")
|
||||
RETURN()
|
||||
ENDIF()
|
||||
|
||||
# Currently, this expands to "support-files/" in most layouts,
|
||||
# but to "/usr/share/mysql/" in a RPM.
|
||||
# It is important not to pollute "/usr/bin".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue