[SCM] live-helper branch, debian, updated. debian/2.0_a8-1-36-ga44b663
    Daniel Baumann 
    daniel at debian.org
       
    Fri Mar 12 15:25:14 UTC 2010
    
    
  
The following commit has been merged in the debian branch:
commit f312b133091ff52e5f5106e333c7649bd3f3ad28
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