Created attachment 199021 [details] patch to upgrade jfrog to 1.20.2 Upgrade jfrog to 1.20.2
Comment on attachment 199021 [details] patch to upgrade jfrog to 1.20.2 {MV} ${WRKSRC}/jfrog-cli use ${INSTALL_SCRIPT} or ${INSTALL_PROGRAM}(according to type of executable
Hello Nathan, semantically these commands post-extract: @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src @${MKDIR} ${WRKSRC}/src/github.com/jfrogdev/jfrog-cli-go @${MV} ${WRKSRC}/jfrog-cli ${WRKSRC}/jfrog-client ${WRKSRC}/src/github.com/jfrogdev/jfrog-cli-go are not installation commands, it is a reordering of the source tree prior to building. Does it make sense to use ${INSTALL_SCRIPT} instead ? The second ${MV} moves two folders to one destination. Is ${INSTALL_SCRIPT} copying ? or moving ?
Committed, thanks!
Great, thanks.