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

make: fix building source tarball on macos #5860

Merged
merged 1 commit into from
Dec 20, 2018
Merged

make: fix building source tarball on macos #5860

merged 1 commit into from
Dec 20, 2018

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Dec 19, 2018

Unfortunately, readlink -f doesn't work on macos. This change manually converts a relative path to an absolute path.

@Stebalien Stebalien requested a review from Kubuxu as a code owner December 19, 2018 19:03
@ghost ghost assigned Stebalien Dec 19, 2018
@ghost ghost added the status/in-progress In progress label Dec 19, 2018
Unfortunately, `readlink -f` doesn't work on macos. This change *manually*
converts a relative path to an absolute path.

fixes #5859

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@magik6k
Copy link
Member

magik6k commented Dec 20, 2018

(don't have mac to test on, but it should work)

@magik6k magik6k removed the need/review Needs a review label Dec 20, 2018
@Stebalien Stebalien merged commit c17aaa6 into master Dec 20, 2018
@ghost ghost removed the status/in-progress In progress label Dec 20, 2018
@Stebalien Stebalien deleted the fix/5859 branch December 21, 2018 05:30
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