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:
@@ -10,10 +10,9 @@ package rdfind {
|
||||
compress = gzip;
|
||||
};
|
||||
|
||||
exec = make {
|
||||
// test suite hard codes /bin/echo
|
||||
preCheck = "\nln -s ../system/bin/toybox /bin/echo\n";
|
||||
};
|
||||
// test suite hard codes /bin/echo
|
||||
bin = [ "echo" ];
|
||||
exec = make {};
|
||||
|
||||
inputs = [ nettle ];
|
||||
runtime = [ nettle ];
|
||||
|
||||
Reference in New Issue
Block a user