[Debian-live-changes] r1908 - dists/trunk/live-webhelper

daniel at alioth.debian.org daniel at alioth.debian.org
Fri Jun 1 14:36:28 UTC 2007


Author: daniel
Date: 2007-06-01 14:36:28 +0000 (Fri, 01 Jun 2007)
New Revision: 1908

Modified:
   dists/trunk/live-webhelper/Makefile
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-05-31 21:33:58 UTC (rev 1907)
+++ dists/trunk/live-webhelper/Makefile	2007-06-01 14:36:28 UTC (rev 1908)
@@ -14,7 +14,7 @@
 	@echo "Nothing to build."
 
 install: test
-	# Installing executables
+	# Installing scripts
 	install -D -m 0755 scripts/cgi $(DESTDIR)/usr/lib/cgi-bin/live-webhelper
 	install -D -m 0755 scripts/common $(DESTDIR)/usr/share/live-webhelper/common
 	install -D -m 0755 scripts/cron $(DESTDIR)/etc/cron.d/live-webhelper
@@ -48,7 +48,7 @@
 	chown www-data:www-data $(DESTDIR)/var/log/live
 
 uninstall:
-	# Uninstalling executables
+	# Uninstalling scripts
 	rm -f $(DESTDIR)/etc/cron.d/live-webhelper
 	rm -f $(DESTDIR)/etc/default/live-webhelper
 	rm -f $(DESTDIR)/usr/lib/cgi-bin/live-webhelper




More information about the Debian-live-changes mailing list