forked from security/hakurei
internal/rosa/fuse: fix init script path
The default value is quite misleading. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -17,7 +17,7 @@ func (t Toolchain) newFuse() pkg.Artifact {
|
|||||||
{"Ddefault_library", "both"},
|
{"Ddefault_library", "both"},
|
||||||
{"Dtests", "true"},
|
{"Dtests", "true"},
|
||||||
{"Duseroot", "false"},
|
{"Duseroot", "false"},
|
||||||
{"Dinitscriptdir", "/system/init.d"},
|
{"Dinitscriptdir", "/system/etc"},
|
||||||
},
|
},
|
||||||
|
|
||||||
ScriptCompiled: "python3 -m pytest test/",
|
ScriptCompiled: "python3 -m pytest test/",
|
||||||
|
|||||||
Reference in New Issue
Block a user