forked from rosa/hakurei
internal/rosa: create /bin symlinks via helper
This centralises the workaround for surprisingly common buggy scripts with nonstandard hardcoded paths. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -12,11 +12,8 @@ package pcre2 {
|
||||
compress = bzip2;
|
||||
};
|
||||
|
||||
early = `
|
||||
# RunGrepTest expects /bin/echo
|
||||
ln -s ../system/bin/toybox /bin/echo
|
||||
`;
|
||||
|
||||
// RunGrepTest expects /bin/echo
|
||||
bin = [ "echo" ];
|
||||
exec = make {
|
||||
configure = {
|
||||
"enable-jit";
|
||||
|
||||
Reference in New Issue
Block a user