aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-10-12 08:14:56 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-10-12 08:14:56 +0800
commit59e6562a8ba7434773d66afbe29fb823c3e09993 (patch)
tree407f63592cd264957178bf56f006612053170a5f /Makefile
parentdb651b7d5456189d931fa51493a5fceb3e304fc2 (diff)
Fix logic error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4fd9aa..e3c6b62 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ blog:
76 fi 76 fi
77 77
78theme: 78theme:
79 ln -sf `pwd`/X11/themes ~/.themes 79 ln -sf `pwd`/X11/themes -T ~/.themes
80 80
81openbox: theme 81openbox: theme
82 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ 82 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/