commit c234b1b30a9eb6f63733f34fbdd193d4a2176202 parent 17fb07f32e087c47d15dba48359d107779c36dda Author: ccx <root@dorje.wpr.cz> Date: Fri, 18 Feb 2022 18:09:37 +0100 Work on bzr support Diffstat:
M | install | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install @@ -171,7 +171,7 @@ install_bzr_repo(){ bzr_src=$3 local cmd - for cmd in $bzr_dest/{command,bin,sbin}/*(N); do + for cmd in $bzr_dst/{command,bin,sbin}/*(N); do s6-ln -s ../$cmd $sm_dst[.]/command/ || exit $? done }