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

building rpm from python with --prefix is not acting as expected #355

Closed
cturra opened this issue Feb 6, 2013 · 1 comment
Closed

building rpm from python with --prefix is not acting as expected #355

cturra opened this issue Feb 6, 2013 · 1 comment

Comments

@cturra
Copy link

cturra commented Feb 6, 2013

when building an rpm from a python source (-s) the --prefix doesn't appear to be functioning as expected. as discussed, the ideal outcome would be to have --prefix define the full path were the python lib and data should found. in our case, we wanted to install to /usr/local/lib64/python2.6/site-packages instead of the default /usr/lib64/python2.6/site-packages.

using --edit to look at the rpm spec file, it appears as though the %files are not honoring the prefix.

@r4um
Copy link
Contributor

r4um commented Apr 9, 2013

Can you try with the --python-install-{bin,data,lib} options. I don't see a problem with the --prefix as such.

@r4um r4um closed this as completed Jul 30, 2013
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