aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall.scm2
1 files changed, 1 insertions, 1 deletions
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