[Lunar-commits] <lunar> theedge: create /var/{spool, cache}/lunar as well
Auke Kok
sofar at foo-projects.org
Sun Jun 24 00:13:51 CEST 2012
commit 82baa47dd44cc9ade5ffe750478fcc52981211f3
Author: Auke Kok <sofar at foo-projects.org>
Date: Sat Jun 23 15:13:51 2012 -0700
theedge: create /var/{spool,cache}/lunar as well
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 9e46817..f41f6fe 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,8 @@ install: .PHONY
install -d $(DESTDIR)/var/log/lunar/install
install -d $(DESTDIR)/var/log/lunar/md5sum
install -d $(DESTDIR)/var/log/lunar/queue
+ install -d $(DESTDIR)/var/cache/lunar
+ install -d $(DESTDIR)/var/spool/lunar
for F in $(mans) ; do \
EXT=`echo $$F | sed 's/.*[.]//'` ; \
install -d $(DESTDIR)/usr/share/man/man$$EXT ; \
More information about the Lunar-commits
mailing list