diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 14:41:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:19 +0100 |
commit | 36dee770cd97821d549d259cce9d39a49fcbdb62 (patch) | |
tree | 21ce6ffe09af8770f9331bfc8e4e114cf976e8bb /cgi/Makefile | |
parent | 91cd05cba9993270238e0f3cc295bee08214b1f4 (diff) | |
download | live-build-36dee770cd97821d549d259cce9d39a49fcbdb62.zip live-build-36dee770cd97821d549d259cce9d39a49fcbdb62.tar.gz |
Replacing some references to live-helper with live-build in the cgi.
Diffstat (limited to 'cgi/Makefile')
-rw-r--r-- | cgi/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cgi/Makefile b/cgi/Makefile index f3ee40f..27a0107 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 |