From 47a178038d4cad38a5ff3ca9b86623096963a1c5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 2 Oct 2023 11:29:24 +0100 Subject: [PATCH] Add make rule to copy davmail properties file --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ace602b8..60f4bebe 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,9 @@ test: build: sudo nixos-rebuild build --flake . + +extra/davmail.properties: + touch $@ + +~/.davmail.properties: extra/davmail.properties + cp $? $@