internal/rosa/package/ninja: work around test suite bug

The test suite hard codes /bin/echo.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-08 18:43:42 +09:00
parent f869ff95a1
commit b5445573a8
+4 -1
View File
@@ -24,7 +24,10 @@ python3 /usr/src/ninja/configure.py \
--gtest-source-dir=/usr/src/extra/googletest --gtest-source-dir=/usr/src/extra/googletest
./ninja ` + jobsFlagE + ` all`; ./ninja ` + jobsFlagE + ` all`;
check = "\n./ninja_test"; check = `
chmod +w /bin/
ln -s ../system/bin/echo /bin/
./ninja_test`;
install = ` install = `
mkdir -p /work/system/bin/ mkdir -p /work/system/bin/