-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
DESTDIR should not include /usr/ in it #391
Comments
Yes, I don't like this. The only reason I did this was to play nice with a debian package build's default stuff. I guess I should figure out how to get debian packages building without requiring /usr in DESTDIR. |
Maybe you can use |
Can you create a pull request? |
OK, please see #465 |
Can this be closed now? |
Yes. Good enough for me. -viral On 27-Feb-2012, at 9:12 AM, [email protected] wrote:
|
Related to #6 (sorry for possibly beating this dead horse), but if you really want to use DESTDIR like Autotools'
--prefix
, you shouldn't have a/usr/
after it. The default DESTDIR should be/usr/
, which makes it easy to install to/usr/local
(or wherever).So, for example, the line:
Should more properly be:
This way, I can set DESTDIR to either
/usr/local
or/usr
and it still worksThe text was updated successfully, but these errors were encountered: