aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/rosa/squashfs.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/internal/rosa/squashfs.go b/internal/rosa/squashfs.go
index 004f4eff..79d97f11 100644
--- a/internal/rosa/squashfs.go
+++ b/internal/rosa/squashfs.go
@@ -14,9 +14,8 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
pkg.TarGzip,
), &PackageAttr{
// uses source tree as scratch space
- Writable: true,
- Chmod: true,
- EnterSource: true,
+ Writable: true,
+ Chmod: true,
Env: []string{
"CONFIG=1",
@@ -26,8 +25,8 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
"COMP_DEFAULT=zstd",
"USE_PREBUILT_MANPAGES=y",
},
+ ScriptEarly: "cd squashfs-tools",
}, &MakeHelper{
-
SkipConfigure: true,
InPlace: true,