Commit 92db12758175

Vincent Demeester <vincent@sbr.pm>
2020-04-30 02:32:57
Makefile: use absolute path for SYNCDIR
It needs to be handled better but it works for now. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 669721e
Changed files (1)
Makefile
@@ -10,7 +10,7 @@ DOTEMACS = ~/.config/emacs
 DOTGNUS = ~/.config/gnus
 DOTNIXPKGS = ~/.config/nixpkgs
 ETCNIXOS = /etc/nixos
-SYNCDIR = ~/sync/nixos
+SYNCDIR = /home/vincent/sync/nixos
 PUBLISH_FOLDER = ~/desktop/sites/beta.sbr.pm
 
 # Targets