diff options
author | davidovski <david@davidovski.xyz> | 2022-02-13 11:52:32 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-13 11:52:32 +0000 |
commit | f4323e6ef501dadb2de36a8365bece8c2f14c1a4 (patch) | |
tree | 2d0734a7185990f814b4291ea0e8c921ef263446 | |
parent | 2d96a0809bed1a6c0d235790ae3a55476b89f736 (diff) |
fixed wrong suffix for new xi packages
-rw-r--r-- | repo/xi/xib.xibuild (renamed from repo/xi/xib.xipkg) | 0 | ||||
-rw-r--r-- | repo/xi/xiutils.xibuild (renamed from repo/xi/xiutils.xipkg) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xib.xipkg b/repo/xi/xib.xibuild index 7572f25..7572f25 100644 --- a/repo/xi/xib.xipkg +++ b/repo/xi/xib.xibuild diff --git a/repo/xi/xiutils.xipkg b/repo/xi/xiutils.xibuild index 1b71fde..bcc0300 100644 --- a/repo/xi/xiutils.xipkg +++ b/repo/xi/xiutils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(gcc make) +MAKEDEPS=(gcc) DEPS=() SOURCE=https://git.davidovski.xyz/xilinux/xiutils.git |