carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit 305c4a85031a246d017a68318ac79662e34d6624
parent dc577f86e7e9218ac662f99072fc6cb6501570b6
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu, 28 Jul 2022 10:06:40 +0200

diff --recursive --unified on s6-rc-source dirs

Diffstat:
Mpostinstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postinstall b/postinstall @@ -95,7 +95,7 @@ setup_storage() { setup_rc() { local diff_ret if [[ -d /run/s6-rc/ ]]; then - diff -Ru $preinstall_current/s6-rc-source ./s6-rc-source; diff_ret=$? + diff --recursive --unified $preinstall_current/s6-rc-source ./s6-rc-source; diff_ret=$? (( $diff_ret == 0 || $diff_ret == 1 )) || \ die111 "Could not diff s6-rc-source directories; exitcode $diff_ret" if link_changed package; then