cmcfarlen commented on code in PR #10945:
URL: https://github.com/apache/trafficserver/pull/10945#discussion_r1430665740


##########
cmake/post_install.cmake:
##########
@@ -17,8 +17,7 @@
 
 if("$ENV{USER}" STREQUAL root)
   foreach(DIR ${CHOWN_DIRS})
-    message(STATUS "Changing ${DIR} ownership to ${OWNER_USER}:${OWNER_GROUP}")
+    message(STATUS "Changing $ENV{DESTDIR}${DIR} ownership to 
${OWNER_USER}:${OWNER_GROUP}")

Review Comment:
   Actually, the other should look like this one! I missed this picking from 
internal code.  Thanks!



-- 
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]

Reply via email to