Adding temporary makefile for the cgi.

This commit is contained in:
Daniel Baumann 2010-03-08 21:27:03 +01:00
parent 0ceb348ca1
commit 04b712a84b
1 changed files with 11 additions and 0 deletions

11
cgi/Makefile Normal file
View File

@ -0,0 +1,11 @@
# Makefile
install:
install -D -m 0755 cgi $(DESTDIR)/usr/lib/cgi-bin/live-helper
install -D -m 0755 cron $(DESTDIR)/etc/cron.d/live-helper.cgi
install -D -m 0644 default $(DESTDIR)/etc/default/live-helper.cgi
install -D -m 0644 logrotate $(DESTDIR)/etc/logrotate.d/live-helper.cgi
install -d -m 0755 $(DESTDIR)/var/log
touch $(DESTDIR)/var/log/live
chown www-data:www-data $(DESTDIR)/var/log/live