From ccc471faad9aa5eacc85860097bbd55cda2b530c Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 19 Jan 2022 00:06:32 +0000 Subject: fixed os-release and lsb-release --- repo/meta/systemconfigs.xibuild | 4 ++-- repo/xi/xipkg.xibuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repo/meta/systemconfigs.xibuild b/repo/meta/systemconfigs.xibuild index aa70a0a..1f843b9 100644 --- a/repo/meta/systemconfigs.xibuild +++ b/repo/meta/systemconfigs.xibuild @@ -171,13 +171,13 @@ DISTRIB_RELEASE=rolling DISTRIB_DESCRIPTION="Xi Linux" EOF - cat > $PKG_DEST/etc/os-release << "EOF" + cat > $PKG_DEST/etc/lsb-release << "EOF" LSB_VERSION=1.4 DISTRIB_ID=xi DISTRIB_RELEASE=rolling DISTRIB_DESCRIPTION="XiLinux" EOF - cat > $PKG_DEST/etc/lsb-release << "EOF" + cat > $PKG_DEST/etc/os-release << "EOF" NAME="xilinux" PRETTY_NAME="XiLinux" ID=xi 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 } -- cgit v1.2.1