aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-14 17:14:32 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-14 17:14:32 +0800
commit47a78ff69a76be47f69bbe63980900cd9f5f5452 (patch)
treec49479bf39a2d4b283bb25adec202ac832fde24c /Makefile
parent02001a229a9f6f2b87e5cf578ac1771a18437178 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f106308..7d87a79 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 `pwd`/taskrc "$(HOME)/.taskrc" 54 ln -sf $(HOME)/.task/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; \