JosiahWI commented on code in PR #10693:
URL: https://github.com/apache/trafficserver/pull/10693#discussion_r1376755121
##########
cmake/install_configs.cmake:
##########
@@ -22,11 +22,12 @@
file(GLOB CONFIG_FILES ${CONFIG_SOURCE_GLOBS})
-file(MAKE_DIRECTORY $ENV{DESTDIR}${CONFIG_DEST_PATH})
+file(MAKE_DIRECTORY $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}${CONFIG_DEST_PATH})
Review Comment:
Does the argument here need to be quoted now?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]