From 5598b01487c89c1ed69e7548d55c1a7c048febd5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Dec 2021 19:11:55 -0500 Subject: fix hooks directory --- Makefile.hornet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.hornet b/Makefile.hornet index b79144d..3b2ef25 100644 --- a/Makefile.hornet +++ b/Makefile.hornet @@ -31,7 +31,7 @@ EMPTYDIRS := \ INSTALL_CUSTOM := \ $(patsubst services/available/%,$(INTO)/.services/enabled/%,$(wildcard services/available/*)) \ /var/spool/cron/$(USER) \ - $(INTO)/Maildir/.notmuch/hooks/post-new + $(INTO)/.cache/notmuch/hooks/post-new BUILD := \ config/alacritty/alacritty.yml \ @@ -47,9 +47,9 @@ clean :: /var/spool/cron/$(USER) : crontab @crontab $< -$(INTO)/Maildir/.notmuch/hooks/post-new: notmuch/hooks/post-new +$(INTO)/.cache/notmuch/hooks/post-new: notmuch/hooks/post-new @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak - $(MKDIR) $(INTO)/Maildir/.notmuch/hooks + $(MKDIR) $(INTO)/.cache/notmuch/hooks $(LN) $(PWD)/$< $@ $(INTO)/.services/enabled : -- cgit v1.2.3