summaryrefslogtreecommitdiff
path: root/repo/xi
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-19 00:06:32 +0000
committerdavidovski <david@davidovski.xyz>2022-01-19 00:06:32 +0000
commitccc471faad9aa5eacc85860097bbd55cda2b530c (patch)
treec079cd9b601bf07cbd6e08a4b774acbb40931dce /repo/xi
parentc2b2248413224019cdce242745b37eb2992c1515 (diff)
fixed os-release and lsb-release
Diffstat (limited to 'repo/xi')
-rw-r--r--repo/xi/xipkg.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index e79fe31..94606aa 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -6,9 +6,9 @@ SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git
DESC="The xilinux package manager"
build () {
- make
+ make
}
package () {
- make DESTDIR=$PKG_DEST install
+ make DESTDIR=$PKG_DEST install || true
}