[Midnightbsd-cvs] [MidnightBSD/mports] f9af3b: misc/grok-cli: fix do-install FAKE_DESTDIR usage
Lucas Holt
noreply at github.com
Tue May 12 00:42:27 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: f9af3ba7cc4c482ac725962bf6c53ea4047f10f2
https://github.com/MidnightBSD/mports/commit/f9af3ba7cc4c482ac725962bf6c53ea4047f10f2
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths:
M misc/grok-cli/Makefile
Log Message:
-----------
misc/grok-cli: fix do-install FAKE_DESTDIR usage
do-install automatically receives FAKE_DESTDIR prepended to PREFIX, so
using ${FAKE_DESTDIR}${PREFIX} was double-prepending the staging directory.
Use ${PREFIX} for filesystem operations and ${TRUE_PREFIX} for runtime
paths embedded in installed scripts (shebang and wrapper exec line).
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list