aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libcontacts/Makefile')
-rw-r--r--libcontacts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts/Makefile b/libcontacts/Makefile
index f73de4d..1f246e3 100644
--- a/libcontacts/Makefile
+++ b/libcontacts/Makefile
@@ -8,7 +8,7 @@ install:
test ! -e ~/.config/contacts && \
ln -sf -- ~/.dotfiles/libcontacts/contacts ~/.config/contacts; \
else \
- test "$(readlink ~/.config/contacts)" = ~/.dotfiles/libcontacts/contacts; \
+ test "$$(readlink -- ~/.config/contacts)" = ~/.dotfiles/libcontacts/contacts; \
fi
uninstall: