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

Makefile: Relocate BINDIR and LIBDIR under DESTDIR #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JamiKettunen
Copy link

@JamiKettunen JamiKettunen commented Apr 26, 2022

DESTDIR is a standard variable defined by most Linux distributions while building Makefile packages and is expected to point to the "fake" package root directory.

Without this the installed files will be located in the wrong place (build chroot) on distributions packaging without using fakeroot for example.

Functionality remains unchanged for situations where DESTDIR happens to not be defined.

DESTDIR is a standard variable defined by most distributions while
building Makefile packages and is expected to point to the "fake"
package root directory.

Without this the installed files will be located in the wrong place
(build chroot) on distributions packaging without using fakeroot for
example.
@ko1nksm
Copy link
Member

ko1nksm commented Apr 29, 2022

Thanks for the contrib. We need to update our outdated build/test environment and will do a merge afterwards.

@JamiKettunen
Copy link
Author

@ko1nksm Any progress on the build/test env changes?

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

Successfully merging this pull request may close these issues.

None yet

2 participants