From 8396b01049f142c3fde68940ef1066bb756a3501 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Mar 2024 11:28:59 +0100 Subject: feat(hm/conf/lf/cmd/make_link): Always make relative links --- hm/soispha/conf/lf/commands/scripts/mk_ln.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh index e5ed15d2..7fab8e22 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh @@ -35,7 +35,7 @@ copy) read -r ans done - ln -s "$file" "$(pwd)/$ans" + ln --symbolic --relative "$file" "$(pwd)/$ans" shift done ;; -- cgit 1.4.1