diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 08:14:56 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 08:14:56 +0800 |
commit | 59e6562a8ba7434773d66afbe29fb823c3e09993 (patch) | |
tree | 407f63592cd264957178bf56f006612053170a5f /Makefile | |
parent | db651b7d5456189d931fa51493a5fceb3e304fc2 (diff) |
Fix logic error
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ blog: | |||
76 | fi | 76 | fi |
77 | 77 | ||
78 | theme: | 78 | theme: |
79 | ln -sf `pwd`/X11/themes ~/.themes | 79 | ln -sf `pwd`/X11/themes -T ~/.themes |
80 | 80 | ||
81 | openbox: theme | 81 | openbox: theme |
82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ | 82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ |