summaryrefslogtreecommitdiff
path: root/repo/sbase/sbase-box.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
committerdavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
commit63add57ef96f10f464fc1bf7c821d2281b39edeb (patch)
treedf6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/sbase/sbase-box.xibuild
parent9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff)
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/sbase/sbase-box.xibuild')
-rw-r--r--repo/sbase/sbase-box.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/sbase/sbase-box.xibuild b/repo/sbase/sbase-box.xibuild
index f1e3c56..a3e36a7 100644
--- a/repo/sbase/sbase-box.xibuild
+++ b/repo/sbase/sbase-box.xibuild
@@ -1,11 +1,11 @@
#!/bin/sh
-DESC="sbase coreutils statically linked into one executable"
+DESC="toybox coreutils statically linked into one executable"
build () {
- make CFLAGS="$CFLAGS -static" sbase-box
+ make CFLAGS="$CFLAGS -static" toybox-box
}
package () {
- make DESTDIR="$PKG_DEST" sbase-box-install
+ make DESTDIR="$PKG_DEST" toybox-box-install
}