aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-05 10:45:12 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-05 10:45:12 +0800
commit099bc45bc5a3072f7a9bc259aa5e89598d534830 (patch)
tree7f01e304a083e756d1c428b22f0b9a8deebddf7c /Makefile
parent0109835b296caa7c0089fbea3c2ac4b0a79e2a86 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb3a901..f106308 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ libinput:
51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 51 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/
52 52
53task: 53task:
54 ln -sf taskrc ~/.taskrc 54 ln -sf `pwd`/taskrc "$(HOME)/.taskrc"
55 if [ ! -d "$(HOME)/.task/.git" ]; then \ 55 if [ ! -d "$(HOME)/.task/.git" ]; then \
56 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ 56 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \
57 git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ 57 git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \