[SCM] live-helper branch, debian-next, updated. debian/2.0_a10-1-7-g2b99604

Daniel Baumann daniel at debian.org
Sun Apr 18 02:17:20 UTC 2010


The following commit has been merged in the debian-next branch:
commit 2b996047dff7a28012ba2c0b953d46bb5bb99773
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Apr 18 04:12:02 2010 +0200

    Updating uninstall and reinstall targets in cgi/Makefile.

diff --git a/cgi/Makefile b/cgi/Makefile
index 555f844..f3ee40f 100644
--- a/cgi/Makefile
+++ b/cgi/Makefile
@@ -11,10 +11,9 @@ install:
 	chown www-data:www-data $(DESTDIR)/var/log/live
 
 uninstall:
-	rm $(DESTDIR)/usr/lib/cgi-bin/live-helper
-	rm $(DESTDIR)/etc/cron.d/live-helper.cgi
-	rm $(DESTDIR)/etc/default/live-helper.cgi
-	rm $(DESTDIR)/etc/logrotate.d/live-helper.cgi
+	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
 
 reinstall: uninstall install
-

-- 
live-helper



More information about the debian-live-changes mailing list