summaryrefslogtreecommitdiff
path: root/cmake/cpack_deb.cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-06-27 18:44:00 +0200
committerSergei Golubchik <serg@mariadb.org>2020-07-01 08:48:34 +0200
commit263f8aff651edf1e43e385b7390c0e67ae51d358 (patch)
treef8f84be3dbd8d6d673bd9647198153427ceea712 /cmake/cpack_deb.cmake
parentd742f282fc9bde46db2e19863128814d1b4d1464 (diff)
downloadmariadb-git-263f8aff651edf1e43e385b7390c0e67ae51d358.tar.gz
always use python3
because columnstore uses python3, so rocksdb can be picky too. python3 is present in all supported distros. and python2 is obsolete anyway.
Diffstat (limited to 'cmake/cpack_deb.cmake')
-rw-r--r--cmake/cpack_deb.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cpack_deb.cmake b/cmake/cpack_deb.cmake
index 22985e5ac56..0539bcdff23 100644
--- a/cmake/cpack_deb.cmake
+++ b/cmake/cpack_deb.cmake
@@ -6,5 +6,6 @@ IF(DEB)
SET(CPACK_COMPONENT_SERVER_GROUP "server")
SET(CPACK_COMPONENT_README_GROUP "server")
SET(CPACK_COMPONENTS_ALL Server Test SharedLibraries)
+SET(PYTHON_SHEBANG "/usr/bin/python3" CACHE STRING "python shebang")
ENDIF(DEB)