Remove fc-cache call from home target
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 2 Apr 2020 13:38:41 +0000 (09:38 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 2 Apr 2020 22:02:53 +0000 (18:02 -0400)
too slow

Makefile

index 6f97234..b576a5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,6 @@ home: mpdconf
        @cp  -Rp  home/.newsboat/    $(HOME)/
        @cp       home/.profile      $(HOME)/
        @cp       home/.fonts.conf   $(HOME)/
-       @fc-cache -fv
        @cp       home/.Rprofile     $(HOME)/
        @cp       home/.tmux.conf    $(HOME)/
        @cp       home/.xbindkeysrc  $(HOME)/
@@ -44,6 +43,9 @@ mpdconf:
        @mkdir -p ~/var/run/mpd
        @cp home/.mpdconf $(HOME)/
 
+font_cache:
+       @fc-cache -fv
+
 #
 # Golang
 #
This page took 0.018008 seconds and 4 git commands to generate.