From d8c4598f8067919fcce4592cf53e9bcd51375590 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 19 Dec 2024 23:29:09 +0400 Subject: Makefile: ~/.config/sites directory creation added --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d816822..0ad5cd7 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ all: full: config scripts git desktop directory config: - mkdir -p $(CONFDIR) + mkdir -p $(CONFDIR)/sites $(COPY) config/bash/bashrc $(BASHRC) $(COPY) config/zsh/zshrc $(ZSHRC) $(COPY) config/lf $(CONFDIR) @@ -35,7 +35,7 @@ config: $(COPY) config/x11 $(CONFDIR) $(COPY) config/zathura $(CONFDIR) $(COPY) config/mimeapps.list $(CONFDIR) - $(COPY) config/sites/bookmarks.txt $(CONFDIR) + $(COPY) config/sites/bookmarks.txt $(CONFDIR)/sites $(LINK) $(CONFDIR)/shell/profile $(BASHPROFILE) $(LINK) $(CONFDIR)/shell/profile $(ZPROFILE) -- cgit v1.2.3