aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 022c6536..291c3d45 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,6 @@
install-vint \
install-wget \
install-x \
- install-xfce \
install-xsession \
install-zsh \
check \
@@ -664,17 +663,13 @@ install-wget: install-sh
install-x: check-x install-logrotate install-sh
cp -p -- x/Xresources $(HOME)/.Xresources
- mkdir -p -- $(HOME)/.xsession.d
cp -p -- x/shrc.d/x.sh $(HOME)/.shrc.d
- mkdir -p -- $(XDG_CONFIG_HOME)/log/xsession
- cp -p -- x/logrotate/config.d/xsession $(XDG_CONFIG_HOME)/logrotate/config.d
-
-install-xfce: install-x
- mkdir -p $(XDG_CONFIG_HOME)/xfce4/terminal
- cp -p -- xfce/terminalrc $(XDG_CONFIG_HOME)/xfce4/terminal/
+ mkdir -p -- $(HOME)/.xsession.d
install-xsession: x/xsession check-xsession install-x
cp -p -- x/xsession $(HOME)/.xsession
+ mkdir -p -- $(XDG_CONFIG_HOME)/log/xsession
+ cp -p -- x/logrotate/config.d/xsession $(XDG_CONFIG_HOME)/logrotate/config.d
install-zsh: check-zsh install-sh
mkdir -p -- $(HOME)/.zshrc.d