buildg icon indicating copy to clipboard operation
buildg copied to clipboard

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

Open CrazyCasta opened this issue 2 years ago • 2 comments

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

CrazyCasta avatar Feb 25 '24 06:02 CrazyCasta

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

ktock avatar Feb 26 '24 14:02 ktock

Done

CrazyCasta avatar Mar 04 '24 04:03 CrazyCasta