Skip to content

Makefile: Relocate BINDIR and LIBDIR under DESTDIR - #262

Open
JamiKettunen wants to merge 1 commit into
shellspec:masterfrom
JamiKettunen:DESTDIR
Open

Makefile: Relocate BINDIR and LIBDIR under DESTDIR#262
JamiKettunen wants to merge 1 commit into
shellspec:masterfrom
JamiKettunen:DESTDIR

Conversation

@JamiKettunen

@JamiKettunen JamiKettunen commented Apr 26, 2022

Copy link
Copy Markdown

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

ko1nksm commented Apr 29, 2022

Copy link
Copy Markdown
Member

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

@JamiKettunen

Copy link
Copy Markdown
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.

2 participants