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 | a32b74cfe4d7ed6ef9cb993b69b9cce88f331d65 (patch) | |
tree | 3cce0898237bc00631ad8f9615c9456bb14bbc05 /scripts | |
parent | e2b352941374fba4b48f0cb4bdc9e4efe9d57bf2 (diff) | |
parent | e1d285d1e019ac8920beb7a1a1f7e7e4c4046af7 (diff) | |
download | mariadb-git-a32b74cfe4d7ed6ef9cb993b69b9cce88f331d65.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 |