leborchuk commented on code in PR #1166: URL: https://github.com/apache/cloudberry/pull/1166#discussion_r2210887982
########## gpMgmt/Makefile: ########## @@ -6,12 +6,13 @@ SUBDIRS= sbin bin doc $(recurse) -generate_greenplum_path_file: +generate_cloudberry_path_file: mkdir -p $(DESTDIR)$(prefix) unset LIBPATH; \ - bin/generate-greenplum-path.sh > $(DESTDIR)$(prefix)/greenplum_path.sh + bin/generate-cloudberry-env.sh > $(DESTDIR)$(prefix)/cloudberry-env.sh + cp $(DESTDIR)$(prefix)/cloudberry-env.sh $(DESTDIR)$(prefix)/greenplum_path.sh Review Comment: Yep, I have created https://github.com/apache/cloudberry-devops-release/pull/26 -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org