FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Makefile: Relocate BINDIR and LIBDIR under DESTDIR by JamiKettunen · Pull Request #262 · shellspec/shellspec · GitHub

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 commented Apr 26, 2022
edited
Loading

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 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.

Copy link
Copy Markdown
Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL