Skip to content

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

Merged
ktock merged 1 commit intoktock:mainfrom
CrazyCasta:main
Apr 24, 2025
Merged

Fix install command. Needs name of file in case building in a sandbox.#215
ktock merged 1 commit intoktock:mainfrom
CrazyCasta:main

Conversation

@CrazyCasta
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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 <[email protected]>
@CrazyCasta
Copy link
Copy Markdown
Contributor Author

Done

@ktock ktock closed this Apr 24, 2025
@ktock ktock reopened this Apr 24, 2025
Copy link
Copy Markdown
Owner

@ktock ktock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@ktock ktock merged commit 6019e3c into ktock:main Apr 24, 2025
10 checks passed
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