diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,10 +76,10 @@ blog: | |||
76 | fi | 76 | fi |
77 | 77 | ||
78 | theme: | 78 | theme: |
79 | ln -sf `pwd`/misc/themes ~/.themes | 79 | ln -sf `pwd`/X11/themes ~/.themes |
80 | 80 | ||
81 | openbox: theme | 81 | openbox: theme |
82 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ | 82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ |
83 | 83 | ||
84 | archcraft: | 84 | archcraft: |
85 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot | 85 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot |