-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix DESTDIR #6
base: master
Are you sure you want to change the base?
Fix DESTDIR #6
Conversation
Fix DESTDIR in Makefile.in and let system strip manpages itself
this doesn't seem to make sense. the build already supports DESTDIR -- see the Makefile.include.in and how it utilizes ROOT/DESTDIR. |
The way you're talking about is not the standard one. Without the patch (actually applied on gpm sources in openSUSE), Make BUILDROOT=%{buildroot} isn't handled correctly by make. |
it is standard: your changes, as written, break that behavior because DESTDIR gets expanded twice. |
I didn't make the initial patch. Let me just talk to the original author about the changes, and the why they've been done this way. |
all the commits have your name on them. if you aren't the author, then you should be fixing your git commits to correctly attribute the original author. |
@vapier it's great to see you still being around and sanity checking - thanks a lot for your efforts! |
Any chance to merge this PR and release new version? 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patch attribution is incorrect, and breaks default behavior as written
Indeed in 16628b4 is typo Nevertheless install should use DESTDIR style install as all autoconf or autoconf/automake using projects and this PR fixes that. |
this PR is actively broken/bad as i described. look at how i'm not against deleting if you want to submit a new PR that correctly fixes things, then please do. this PR, as-is, is not safe, and cannot be merged. |
No description provided.