summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-28 17:21:17 -0400
committerAndrew Cady <d@jerkface.net>2023-05-28 17:21:17 -0400
commit07f5b33ffec4911e67ea718033a7c2506ee88dfe (patch)
tree4e9a1d60d2fe9f05d2a1e962d1c570c2abb4f22f /Makefile
parentace88012251ad607c262dc3263ed7928dbeecc20 (diff)
rename db -> db.fossil
if you have a fossil named bare 'db' then do 'ln -s db db.fossil' to migrate.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8735261..a01e965 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1ifneq (0,$(shell id -u)) 1ifneq (0,$(shell id -u))
2fossil_database = db 2fossil_database = db.fossil
3unitdir = "$${XDG_CONFIG_HOME:-$$HOME/.config}/systemd/user" 3unitdir = "$${XDG_CONFIG_HOME:-$$HOME/.config}/systemd/user"
4unit_instance_name != systemd-escape "$$(realpath "$(fossil_database)")" 4unit_instance_name != systemd-escape "$$(realpath "$(fossil_database)")"
5our_name = fossil-sync 5our_name = fossil-sync