summaryrefslogtreecommitdiff
path: root/repo/toybox/findutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/toybox/findutils.xibuild')
-rw-r--r--repo/toybox/findutils.xibuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/repo/toybox/findutils.xibuild b/repo/toybox/findutils.xibuild
new file mode 100644
index 0000000..6ccc37e
--- /dev/null
+++ b/repo/toybox/findutils.xibuild
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+package () {
+ add_from_main usr/bin/xargs
+ add_from_main usr/bin/find
+ add_from_main usr/bin/fmt
+}