summaryrefslogtreecommitdiff
path: root/repo/toybox/diffutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/toybox/diffutils.xibuild')
-rw-r--r--repo/toybox/diffutils.xibuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/repo/toybox/diffutils.xibuild b/repo/toybox/diffutils.xibuild
new file mode 100644
index 0000000..1c225ee
--- /dev/null
+++ b/repo/toybox/diffutils.xibuild
@@ -0,0 +1,7 @@
+#!/bin/sh
+DESC="Utility programs for creating patch files"
+
+package () {
+ add_from_main /usr/bin/diff
+ add_from_main /usr/bin/cmp
+}