Fix missing .Mathematica dir from home install
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 May 2020 00:06:42 +0000 (20:06 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 May 2020 00:06:42 +0000 (20:06 -0400)
Makefile

index d204943..563f6f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ home: mpdconf compiled
        @cp       home/.Rprofile     $(HOME)/
        @cp       home/.tmux.conf    $(HOME)/
        @cp       home/.xbindkeysrc  $(HOME)/
+       @cp  -Rp  home/.Mathematica/ $(HOME)/
 
 mpdconf:
        @mkdir -p ~/Archives/Audio
This page took 0.024516 seconds and 4 git commands to generate.