forked from rosa/hakurei
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user