summaryrefslogtreecommitdiff
path: root/repo/xipkg
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/xipkg
parent9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff)
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/xipkg')
-rw-r--r--repo/xipkg/xipkg.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xipkg/xipkg.xibuild b/repo/xipkg/xipkg.xibuild
index ccee38a..50080b3 100644
--- a/repo/xipkg/xipkg.xibuild
+++ b/repo/xipkg/xipkg.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make shmk"
-DEPS="openssl curl dash findutils diffutils sed xichroot grep base64 sort hbar parseconf xiutils"
+DEPS="toybox openssl curl dash findutils diffutils sed xichroot grep base64 hbar parseconf xiutils"
PKG_VER=1.7.4
SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git