diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-08 21:48:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-08 21:48:47 +0900 |
| commit | e3666cda2178ab8cf52b153955a6a7dbea58b72f (patch) | |
| tree | e6ace24df51da7310fb51402c476cfc601b02c86 /internal/rosa/make.go | |
| parent | 9c51805b4740feeb1e9ba9a3781e9d59c3946c42 (diff) | |
internal/rosa/make: run in hardcoded directory
This actually eliminates some of the autotools nondeterminism, as autotools is not capable of stripping build pathnames.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/make.go')
| -rw-r--r-- | internal/rosa/make.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/make.go b/internal/rosa/make.go index 0dab3a43..257c51f1 100644 --- a/internal/rosa/make.go +++ b/internal/rosa/make.go @@ -89,7 +89,7 @@ func (attr *MakeHelper) wantsDir() (string, bool) { if attr != nil && attr.InPlace { return helperInPlace, false } - return `"$(mktemp -d)"`, false + return "/cure/", true } // script generates the cure script. |
