r2715 - dists/trunk/live-helper

matth-guest at alioth.debian.org matth-guest at alioth.debian.org
Mon Aug 6 16:17:09 UTC 2007


Author: matth-guest
Date: 2007-08-06 16:17:09 +0000 (Mon, 06 Aug 2007)
New Revision: 2715

Modified:
   dists/trunk/live-helper/Makefile
Log:
make-live forgotten in the install target (even if it's planned to be removed)


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-08-06 13:05:33 UTC (rev 2714)
+++ dists/trunk/live-helper/Makefile	2007-08-06 16:17:09 UTC (rev 2715)
@@ -16,7 +16,7 @@
 install: test
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin
-	cp helpers/lh_* $(DESTDIR)/usr/bin
+	cp helpers/lh_* helpers/make-live $(DESTDIR)/usr/bin
 
 	# Installing shared data
 	mkdir -p $(DESTDIR)/usr/share/live-helper




More information about the debian-live-changes mailing list