[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-33-g55b8364

Daniel Baumann daniel at debian.org
Mon Mar 8 20:31:43 UTC 2010


The following commit has been merged in the debian-next branch:
commit 55b8364cb3cb36a19f5575ea6a5f8224410331a6
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Mar 8 21:27:03 2010 +0100

    Adding temporary makefile for the cgi.

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

-- 
live-helper



More information about the debian-live-changes mailing list