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 3054bc84b31ee25564b3d59affac223300797fa4
parent 5f8419ba44d956d931b53678e706c0ee4576a3bc
Author: ccx <root@dorje.wpr.cz>
Date:   Mon, 29 Mar 2021 18:42:25 +0200

Give absolute path to s6-linux-init-maker

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

diff --git a/install b/install @@ -72,7 +72,7 @@ install_dot() { ln_sub s6-rc s6-rc-source ./command/s6-rc-compile ./s6-rc-db ./s6-rc-source || exit $? ln_sub init init-maker - ./init-maker/install . || exit $? + ./init-maker/install $PWD || exit $? for cmd in init/{command,bin}/*(N); do s6-ln -s ../$cmd ./command/ || exit $? done