diff options
author | davidovski <david@davidovski.xyz> | 2022-03-02 16:24:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-02 16:24:16 +0000 |
commit | 6b3593e13e688d558be05846d1e2d9acf6e97c71 (patch) | |
tree | 6e0cdcd42b5d5aef366ac5d066da856e82c9a649 /repo/system/cacerts.xibuild | |
parent | e8213fac46bfcb8068a883cb88b2bb1587f190f9 (diff) |
added s6 init
Diffstat (limited to 'repo/system/cacerts.xibuild')
-rw-r--r-- | repo/system/cacerts.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/cacerts.xibuild b/repo/system/cacerts.xibuild index 320e986..40a37f5 100644 --- a/repo/system/cacerts.xibuild +++ b/repo/system/cacerts.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="coreutils sed" +MAKEDEPS="sbase sed" DEPS="libnghttp" PKG_VER=1.7 |