Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global install and local install do completely different things #74

Open
BenoitHiller opened this issue Sep 28, 2016 · 1 comment
Open

Comments

@BenoitHiller
Copy link
Contributor

Right now global install doesn't seem to do any of the same steps as a local install.

Local install copies specified files into a deps folder and links the ones you specify into a bin folder.

Global install just clones the repo and runs make install(or a different command if you specify one).

If, as a developer, I want to support both I have to either write a standard make install task and have my code be able to handle being laid out two different ways, or I have to write build code that replicates the local install functionality of bpkg but as root in an appropriate global folder.

@hydra1983
Copy link

@BenoitHiller GH-94 the break mode will take the same steps for both global install and local install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants