summaryrefslogtreecommitdiff
path: root/repo/system/sbase.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/sbase.xibuild')
-rw-r--r--repo/system/sbase.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/system/sbase.xibuild b/repo/system/sbase.xibuild
index 03e8f86..38559f8 100644
--- a/repo/system/sbase.xibuild
+++ b/repo/system/sbase.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="musl acl attr gmp"
+DEPS="musl acl attr gmp ubase"
SOURCE=https://git.suckless.org/sbase
@@ -22,7 +22,8 @@ build () {
package () {
make PREFIX=/usr DESTDIR=$PKG_DEST install
- for p in tar sed find; do
+ # these are provided by other utils
+ for p in tar sed find xargs; do
rm $PKG_DEST/usr/bin/$p
rm $PKG_DEST/usr/share/man/man1/$p.1
done