diff options
Diffstat (limited to 'repo/xi')
-rw-r--r-- | repo/xi/xibuild.xibuild | 2 | ||||
-rw-r--r-- | repo/xi/xipkg.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/xi/xibuild.xibuild b/repo/xi/xibuild.xibuild index 7c5e321..cee1aaf 100644 --- a/repo/xi/xibuild.xibuild +++ b/repo/xi/xibuild.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="" -DEPS="bash tar git hg curl openssl " +DEPS="bash tar git hg curl libressl " SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git DESC="The depricated xilinux build system, use XiB" diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index ed177a4..565ba03 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="openssl curl dash xiutils findutils diffutils sed xichroot" +DEPS="libressl curl dash xiutils findutils diffutils sed xichroot" PKG_VER=1.0.1 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git |