summaryrefslogtreecommitdiff
path: root/repo/findutils/findutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/findutils/findutils.xibuild')
-rw-r--r--repo/findutils/findutils.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/findutils/findutils.xibuild b/repo/findutils/findutils.xibuild
index 1dbc9d3..73d7660 100644
--- a/repo/findutils/findutils.xibuild
+++ b/repo/findutils/findutils.xibuild
@@ -11,9 +11,11 @@ build () {
make defconfig
make xargs
make find
+ make fmt
}
package () {
install -Dm755 find $PKG_DEST/usr/bin/find
+ install -Dm755 fmt $PKG_DEST/usr/bin/fmt
install -Dm755 xargs $PKG_DEST/usr/bin/xargs
}