summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/meta/systemconfigs.xibuild4
-rw-r--r--repo/xi/xipkg.xibuild4
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
}