diff --git a/Makefile b/Makefile index f01dd50..3c6d87f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ fontconfig: fc-cache srcfile: - install -Dm600 main-srcfile $(DESTDIR)/.srcfile - install -Dm600 src-srcfile $(DESTDIR)/src/.srcfile + install -Dm600 srcfiles/home $(DESTDIR)/.srcfile + install -Dm600 srcfiles/src $(DESTDIR)/src/.srcfile .PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile diff --git a/main-srcfile b/srcfiles/home similarity index 100% rename from main-srcfile rename to srcfiles/home diff --git a/src-srcfile b/srcfiles/src similarity index 100% rename from src-srcfile rename to srcfiles/src