From d13e2a6479abe4b6598a39f1489626372f53a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 3 Jun 2021 18:17:14 +0200 Subject: install log symlink direction --- install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.scm') diff --git a/install.scm b/install.scm index a51ee96..0e3ffde 100755 --- a/install.scm +++ b/install.scm @@ -107,7 +107,7 @@ (rm-tree target-path dry-run) (make-dir-parents (dirname target-path)) (symlink src-path target-path) - (log-msg 'OK (string-append " Symlink " src " -> " target))))) + (log-msg 'OK (string-append " Symlink " src " <- " target-path))))) (define (symlink-tree file-name target-path) "Tree recursively symlinks target-path->file-name. The goal is to -- cgit v1.2.3