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 5f8419ba44d956d931b53678e706c0ee4576a3bc
parent 4312b0ea6351dfa5779347ab9d2f19ce3a3b749f
Author: ccx <root@dorje.wpr.cz>
Date:   Mon, 29 Mar 2021 18:37:05 +0200

Fix command path

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

diff --git a/install b/install @@ -53,7 +53,7 @@ ln_from_sub() { } ln_sub_command() { local cmd - for cmd in ${${sm_dst[$1]}:t}/{command,bin}/*(N); do + for cmd in ../${${sm_dst[$1]}:t}/{command,bin}/*(N); do s6-ln -s ../$cmd ./command/ || exit $? done }