summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-08 21:27:03 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commit04b712a84bd7a7cd2492ec9076fbf2fedd7f200b (patch)
treee27d5aa140ed33efba95823014058e80f3bfeaad /cgi
parent0ceb348ca100fdad27e2d3fc704694306dd318a4 (diff)
downloadlive-build-04b712a84bd7a7cd2492ec9076fbf2fedd7f200b.zip
live-build-04b712a84bd7a7cd2492ec9076fbf2fedd7f200b.tar.gz
Adding temporary makefile for the cgi.
Diffstat (limited to 'cgi')
-rw-r--r--cgi/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgi/Makefile b/cgi/Makefile
new file mode 100644
index 0000000..2bd7477
--- /dev/null
+++ b/cgi/Makefile
@@ -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