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

add optional files to install #139

Closed
samoht opened this issue Sep 11, 2012 · 2 comments
Closed

add optional files to install #139

samoht opened this issue Sep 11, 2012 · 2 comments

Comments

@samoht
Copy link
Member

samoht commented Sep 11, 2012

Sometime, depending on the optional packages already installed, some binaries or libraries are not produced.

It would be good to be able to mark them as optional (or to not fail if some files are not there).

@tuong
Copy link

tuong commented Sep 11, 2012

We can split P.install to several files :

  • P.install which contains all the files that must be installed
  • P_opt.install which contains the files for optional package P_opt.

@samoht
Copy link
Member Author

samoht commented Sep 17, 2012

This could work, but we need to handle native-code/bytecode files as well. I guess it's more a flag we should add to files in .install instead of creating an other file for this (let's try to keep it simple).

@samoht samoht closed this as completed in 5c753dc Sep 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants