Makefile: respect DESTDIR in install destinations#16
Open
Bastian-Krause wants to merge 1 commit intojohnath:masterfrom
Open
Makefile: respect DESTDIR in install destinations#16Bastian-Krause wants to merge 1 commit intojohnath:masterfrom
Bastian-Krause wants to merge 1 commit intojohnath:masterfrom
Conversation
See https://www.gnu.org/prep/standards/html_node/DESTDIR.html. This allows build systems such as ptxdist to 'make install' to a location other than /usr. Signed-off-by: Bastian Krause <bst@pengutronix.de>
|
In January 2019, I have changed beep to prioritize the kernel's new speaker API which does not require setuid-root or sudo-root, fixed the bugs from #11 and others, and published the updated code on https://github.com/spkr-beep/beep where release 1.4.9 is current. A number of distributions are using the new code base at this time: Arch Linux, Debian unstable, Fedora 28 and later, Ubuntu whatever-is-tracking-Debian-unstable, OpenSUSE appears to be working on it, etc. I suggest you update to beep-1.4 or later which should already implement proper handling of DESTDIR. If you run into issues there, report your issue over at https://github.com/spkr-beep/beep/issues so I can take a look. |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See https://www.gnu.org/prep/standards/html_node/DESTDIR.html.
This allows build systems such as ptxdist to 'make install' to a
location other than /usr.
Signed-off-by: Bastian Krause bst@pengutronix.de