diff options
Diffstat (limited to 'repo/openrc')
-rw-r--r-- | repo/openrc/openrc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/openrc/openrc.xibuild b/repo/openrc/openrc.xibuild index fb99da4..cb148da 100644 --- a/repo/openrc/openrc.xibuild +++ b/repo/openrc/openrc.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="ifupdown-ng sbase musl" +DEPS="ifupdown-ng toybox musl" PKG_VER=0.44.10 SOURCE=https://github.com/OpenRC/openrc/archive/refs/tags/$PKG_VER.zip |