christophd opened a new issue #2514: URL: https://github.com/apache/camel-k/issues/2514
Installing kamel from the tarball as root might change the uid/guid of the current directory where kamel is being installed. This is because "." is included in the tarball. ``` curl -LO https://github.com/apache/camel-k/releases/download/v1.5.0/camel-k-client-1.5.0-mac-64bit.tar.gz tar -xvf camel-k-client-1.5.0-mac-64bit.tar.gz x ./ x ./LICENSE x ./kamel x ./kamel.sha512 x ./kamel.asc x ./NOTICE ``` Excluding "." from the camel-k tarball will solve the issue so only the relevant files are extracted on the users directory. -- 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]
