From a393aae1a4957e609de85dbf9227bd4836ab0919 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 16 Jul 2021 14:23:19 -0400 Subject: [PATCH] baseinit: switch back to upstream --- core/baseinit/build | 10 +++++++++- core/baseinit/checksums | 2 +- core/baseinit/sources | 2 +- core/baseinit/version | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/core/baseinit/build b/core/baseinit/build index 795b37b..5d11488 100755 --- a/core/baseinit/build +++ b/core/baseinit/build @@ -1,10 +1,18 @@ #!/bin/sh -ef -mkdir -p "$1/usr/bin" +# Change color from red to blue +sed -i 's/31/36/g' lib/init/rc.lib + +mkdir -p \ + "$1/usr/bin" \ + "$1/usr/share/doc/kiss/init" cp -R etc "$1" cp -R lib "$1/usr/lib" +# Disable warning as CFLAGS must work this way. +# shellcheck disable=2086 for bin in kpow kall; do "${CC:-cc}" -o "$1/usr/bin/$bin" "bin/$bin.c" $CFLAGS -static + cp -f "bin/$bin.c" "$1/usr/share/doc/kiss/init/$bin.c" done diff --git a/core/baseinit/checksums b/core/baseinit/checksums index c5e900d..b2a0542 100644 --- a/core/baseinit/checksums +++ b/core/baseinit/checksums @@ -1 +1 @@ -6aede471fbbaafefa500780cf06d063ececa9866c817b9927876eb59f81db662 +9f94a62c3a2d35914df834eed9109ed3d467662fe4ea57d91aaf0c2b077d15fb diff --git a/core/baseinit/sources b/core/baseinit/sources index f5514a0..26dfa5f 100644 --- a/core/baseinit/sources +++ b/core/baseinit/sources @@ -1 +1 @@ -https://git.sr.ht/~armaan/asd-init/archive/1.2.0.tar.gz +https://github.com/kisslinux/init/archive/VERSION.tar.gz diff --git a/core/baseinit/version b/core/baseinit/version index 8b9a47f..b24c1bf 100644 --- a/core/baseinit/version +++ b/core/baseinit/version @@ -1 +1 @@ -1.2.0 1 +1.0.2 1 -- 2.39.2