home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 92db12758175e19816592b7450fe0f83a506dede
parent 669721eb8fa3fbb18ff0ab1ca95b2bed50bc66ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 30 Apr 2020 02:32:57 +0200

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>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/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