diff options
author | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
commit | 05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch) | |
tree | 0b058ac267139f2a0525dec42b307664363e5b11 /repo/xib/xib.xibuild | |
parent | 4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff) |
Making things work
Diffstat (limited to 'repo/xib/xib.xibuild')
-rw-r--r-- | repo/xib/xib.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xib/xib.xibuild b/repo/xib/xib.xibuild index f8b2395..18555ec 100644 --- a/repo/xib/xib.xibuild +++ b/repo/xib/xib.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="" -DEPS="xichroot xibuild xipkg xiutils hbar parseconf git tar unzip" +DEPS="xichroot xibuild xipkg xiutils hbar parseconf git tar unzip tsort" SOURCE=https://git.davidovski.xyz/xilinux/xib.git DESC="The XiBuild system" |