commit 9bb787450db0a87d170ff7c1083f4830e40533eb parent 2306aa7124fe14d2af142eda85f31218a8debc30 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Wed, 27 Jul 2022 02:34:04 +0200 Make symlinks for skel Diffstat:
M | postinstall | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postinstall b/postinstall @@ -92,7 +92,7 @@ setup_skel() { l=$h/${f%conf/skel/} [[ -e $l ]] && continue mkdir -p $l:h || return $? - s6-ln /current/$f $l || return $? + s6-ln -s /current/$f $l || return $? done }