summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-19 21:29:49 +0000
committerdavidovski <david@davidovski.xyz>2022-01-19 21:29:49 +0000
commit77746490c428ef55149664ca0cd5578444877e5b (patch)
tree6d102a9a788f981c72863ec272be64eaa7db7f84 /repo/xi
parent9e3881d63d385deb8f6b1f8718eaa1e8b633dd58 (diff)
will not create symlink if exists
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/xipkg.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index 94606aa..83014b5 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -6,7 +6,7 @@ SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
DESC="The xilinux package manager"
build () {
- make
+ make || true
}
package () {