summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-30 00:31:04 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-30 00:31:04 +0400
commit99818aaad3fbd688160919c7cfa5155fbcba8f60 (patch)
tree9df747ebeb88d4f8df8e3521fb8e6762c42ab91a /Makefile
parentc92861cadd5a2eab114af7a67e464aa79dd39537 (diff)
Makefile: config rule updated to install sites directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4eb84a8..d816822 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ config:
$(COPY) config/x11 $(CONFDIR)
$(COPY) config/zathura $(CONFDIR)
$(COPY) config/mimeapps.list $(CONFDIR)
-
+ $(COPY) config/sites/bookmarks.txt $(CONFDIR)
$(LINK) $(CONFDIR)/shell/profile $(BASHPROFILE)
$(LINK) $(CONFDIR)/shell/profile $(ZPROFILE)