Skip to content

Commit dd3621c

Browse files
bkandasaHery Ramilison
authored andcommitted
Post-fix: Bug#26742748 - 8.0 DOCKER IMAGE RPM GENERATES 5.7 DOC URL IN /ETC/MY.CNF
- Fix the cmake for docker rpm builds (cherry picked from commit 70f9efc1b7a291fbf693dbc4827acba4961ddc62)
1 parent 49bfff7 commit dd3621c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/rpm-docker/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ IF(UNIX)
3131
CONFIGURE_FILE(mysql.spec.in ${CMAKE_CURRENT_BINARY_DIR}/${SPECFILENAME} @ONLY)
3232

3333
FOREACH(fedfile my.cnf)
34-
CONFIGURE_FILE(${fedfile}.in ${CMAKE_CURRENT_BINARY_DIR}/${fedfile} COPYONLY)
34+
CONFIGURE_FILE(${fedfile}.in ${CMAKE_CURRENT_BINARY_DIR}/${fedfile} @ONLY)
3535
ENDFOREACH()
3636
ENDIF()
3737

0 commit comments

Comments
 (0)