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 7eb041ccd1741267264b31636e1fbca731e3328b
parent c36ff9ff8d3db8bcd8486362afb1618b5459b67f
Author: ccx <root@dorje.wpr.cz>
Date:   Thu, 11 Mar 2021 16:09:17 +0100

Create init subdir in init/install script

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

diff --git a/install b/install @@ -47,7 +47,8 @@ install_rc() { } install_init() { - ./install ${sm_dst[$submodule]}/init || exit $? + mkdir -p ${sm_dst[$submodule]} || exit $? + ./install ${sm_dst[$submodule]} || exit $? } install_submodule() {