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

./configure --prefix does not properly set install prefix #51

Open
jesshaas opened this issue Oct 19, 2017 · 2 comments
Open

./configure --prefix does not properly set install prefix #51

jesshaas opened this issue Oct 19, 2017 · 2 comments

Comments

@jesshaas
Copy link

I was trying to install to /usr/local instead of in root and ./configure --prefix=/usr/local does not work properly. APRX was still installed to /sbin/aprx instead of /usr/local/sbin/aprx

@PhirePhly
Copy link
Owner

Well look at that... yeah, that's messed up. It looks like there's about three half-finished ideas in Makefile.in with regards to how that's handled. This should be fixed.

@jesshaas
Copy link
Author

I just set DESTDIR to /usr/local as hack to get the functionality for the moment. At some point I will throw together a gentoo linux ebuild (the gentoo version of packages) and a properly working makefile system should make things simpler.

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

No branches or pull requests

2 participants