diff options
author | davidovski <david@davidovski.xyz> | 2022-01-19 00:06:32 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-19 00:06:32 +0000 |
commit | ccc471faad9aa5eacc85860097bbd55cda2b530c (patch) | |
tree | c079cd9b601bf07cbd6e08a4b774acbb40931dce /repo/xi | |
parent | c2b2248413224019cdce242745b37eb2992c1515 (diff) |
fixed os-release and lsb-release
Diffstat (limited to 'repo/xi')
-rw-r--r-- | repo/xi/xipkg.xibuild | 4 |
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 } |