aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-04 11:15:42 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-04 11:15:42 +0200
commit4a6a353d1284299e11226c78bf782aa488913d29 (patch)
tree66e0a13e24ed2ad7dce300857a9d075dd849c385 /Makefile
parentAdd documentation about the configuration system. (diff)
downloadcalp-4a6a353d1284299e11226c78bf782aa488913d29.tar.gz
calp-4a6a353d1284299e11226c78bf782aa488913d29.tar.xz
Fix make install for tzget.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00cbc560..44c9cade 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ install:
install -d $(DESTDIR)/usr/share/calp/www
rsync -a static $(DESTDIR)/usr/share/calp/www
# TODO main, tzget
+ @env CACHE_DIR=$(DESTDIR)/var/cache/calp/ ./tzget
README: README.in
./main text < README.in | sed "s/<<today>>/`date -I`/" > README