diff options
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 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 |