From 63add57ef96f10f464fc1bf7c821d2281b39edeb Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 4 Nov 2022 02:29:27 +0000 Subject: Using toybox instead of sbase for posix --- repo/sbase/sbase-box.xibuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/sbase/sbase-box.xibuild') 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 } -- cgit v1.2.1