aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-18 20:44:25 +0200
commit0f66dcc489843886d0e092126b8c47fc20a27b54 (patch)
tree577dae0fcaf3635889e0bdb46c199e811e3f6253 /Makefile
parentMade --port also option. (diff)
downloadcalp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.gz
calp-0f66dcc489843886d0e092126b8c47fc20a27b54.tar.xz
Move towards release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f1be069c..a93fe173 100644
--- a/Makefile
+++ b/Makefile
@@ -34,12 +34,8 @@ install: all
install -d $(DESTDIR)/usr/share/calp/www
rsync -a static $(DESTDIR)/usr/share/calp/www
install -m 644 -D -t $(DESTDIR)/usr/share/doc/calp README
- install -m 755 -D -t $(DESTDIR)/usr/lib/calp/ main
- install -m 755 -D -t $(DESTDIR)/usr/lib/calp/ tzget
- install -d $(DESTDIR)/usr/bin
- ln -s -f /usr/lib/calp/main $(DESTDIR)/usr/bin/calp
- @env CACHE_DIR=$(DESTDIR)/var/cache/calp/ ./tzget
- # TODO zoneinfo files
+ install -m 755 -D -t $(DESTDIR)/usr/lib/calp/ scripts/tzget
+ install -D production-main $(DESTDIR)/usr/bin/calp
README: README.in
./main text < README.in | sed "s/<<today>>/`date -I`/" > README