go-musicfox: 4.5.7 -> 4.6.0 (#364326)
[NixPkgs.git] / pkgs / servers / sql / mariadb / patch / cmake-includedir.patch
blob0c4fe7d321e22433d12a05c6b2b58cb75f1cbccf
1 --- a/include/CMakeLists.txt 2017-12-25 05:59:07.204144374 +0100
2 +++ b/include/CMakeLists.txt 2017-12-25 05:59:26.339552817 +0100
3 @@ -94,7 +94,7 @@
4 ENDIF()
6 MACRO(INSTALL_COMPAT_HEADER file footer)
7 - INSTALL(CODE "FILE(WRITE \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_INCLUDEDIR}/${file}
8 + INSTALL(CODE "FILE(WRITE ${INSTALL_INCLUDEDIR}/${file}
9 \"/* Do not edit this file directly, it was auto-generated by cmake */
11 #warning This file should not be included by clients, include only <mysql.h>