diff options
author | Christopher Powers <chris.powers@oracle.com> | 2010-08-20 09:12:36 -0500 |
---|---|---|
committer | Christopher Powers <chris.powers@oracle.com> | 2010-08-20 09:12:36 -0500 |
commit | f4cef8d31f6ee7afefe6cba16f817c01c46a63c2 (patch) | |
tree | 3cce0898237bc00631ad8f9615c9456bb14bbc05 /scripts | |
parent | 02155b7173cfbfb1a9743fb6a7b00978d1bd606c (diff) | |
parent | e4246244a058cde18c3983f5e744a95c62497553 (diff) | |
download | mariadb-git-f4cef8d31f6ee7afefe6cba16f817c01c46a63c2.tar.gz |
merge
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/CMakeLists.txt | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/mysqlaccess.conf | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index c7eafac2781..4fc5f3f9b0d 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -344,6 +344,7 @@ ELSE() MESSAGE(FATAL_ERROR "Can not find ${file}.sh or ${file} in " "${CMAKE_CURRENT_SOURCE_DIR}" ) ENDIF() + EXECUTE_PROCESS(COMMAND chmod +x ${CMAKE_CURRENT_BINARY_DIR}/${file}) IF(NOT ${file}_COMPONENT) SET(${file}_COMPONENT Server) ENDIF() diff --git a/scripts/mysqlaccess.conf b/scripts/mysqlaccess.conf index faf47da5f6c..faf47da5f6c 100644..100755 --- a/scripts/mysqlaccess.conf +++ b/scripts/mysqlaccess.conf |