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

Fix install command. Needs name of file in case building in a sandbox. #215

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

Conversation

CrazyCasta
Copy link

Building in a sandbox is common in many package systems. Install will often be installing into an empty folder. In this case install would create a file at say /usr/bin if CMD_DESTDIR were set to /usr, new version will create the /usr/bin directory and put the buildg file within the /usr/bin/buildg (the desired effect).

@ktock
Copy link
Owner

ktock commented Feb 26, 2024

Thanks! Could you sign your commit? (i.e. Add Signed-off-by line to your commit message)

(Building in a sandbox is common in many package systems)

Signed-off-by: Alex Orange <crazycasta@gmail.com>
@CrazyCasta
Copy link
Author

Done

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