carbon-core-system

Integration repository for versioned configuration and software on Carbon
git clone https://ccx.te2000.cz/git/carbon-core-system
Log | Files | Refs | Submodules

commit f8dfbb0f4c6c33b77f4d410a65f7350d718c6639
parent 34f823ce96fc6d82342a6bbe11259fab6852c5f5
Author: ccx <root@dorje.wpr.cz>
Date:   Thu, 11 Mar 2021 13:27:45 +0100

mkdir destination directory for s6-rc-compile

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

diff --git a/install b/install @@ -40,7 +40,7 @@ install_package() { install_rc() { local dst=${sm_dst[$submodule]} local cmd=${sm_dst[package]}/command - mkdir -p $dst/s6-rc/source || exit $? + mkdir -p $dst/s6-rc/source $dst/s6-rc/compiled || exit $? git archive --format=tar ${sm_commit[$submodule]} | tar -xC $dst/s6-rc/source ((${(j.|.)pipestatus})) && exit 1 # exit if git archive or tar exited non-zero $cmd/s6-rc-compile $dst/s6-rc/source $dst/s6-rc/compiled || exit $?