From 36dee770cd97821d549d259cce9d39a49fcbdb62 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Sep 2010 14:41:47 +0200 Subject: Replacing some references to live-helper with live-build in the cgi. --- cgi/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cgi/Makefile') diff --git a/cgi/Makefile b/cgi/Makefile index f3ee40fc6..27a010766 100644 --- a/cgi/Makefile +++ b/cgi/Makefile @@ -1,19 +1,19 @@ # 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 cgi $(DESTDIR)/usr/lib/cgi-bin/live-build + install -D -m 0755 cron $(DESTDIR)/etc/cron.d/live-build.cgi + install -D -m 0644 default $(DESTDIR)/etc/default/live-build.cgi + install -D -m 0644 logrotate $(DESTDIR)/etc/logrotate.d/live-build.cgi install -d -m 0755 $(DESTDIR)/var/log touch $(DESTDIR)/var/log/live chown www-data:www-data $(DESTDIR)/var/log/live uninstall: - rm -f $(DESTDIR)/usr/lib/cgi-bin/live-helper - rm -f $(DESTDIR)/etc/cron.d/live-helper.cgi - rm -f $(DESTDIR)/etc/default/live-helper.cgi - rm -f $(DESTDIR)/etc/logrotate.d/live-helper.cgi + rm -f $(DESTDIR)/usr/lib/cgi-bin/live-build + rm -f $(DESTDIR)/etc/cron.d/live-build.cgi + rm -f $(DESTDIR)/etc/default/live-build.cgi + rm -f $(DESTDIR)/etc/logrotate.d/live-build.cgi reinstall: uninstall install -- cgit v1.2.3