[Debian-live-changes] r1431 - dists/trunk/live-initramfs

Daniel Baumann daniel at alioth.debian.org
Wed May 9 10:45:42 UTC 2007


Author: daniel
Date: 2007-05-09 10:45:41 +0000 (Wed, 09 May 2007)
New Revision: 1431

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


Modified: dists/trunk/live-initramfs/Makefile
===================================================================
--- dists/trunk/live-initramfs/Makefile	2007-05-09 10:42:26 UTC (rev 1430)
+++ dists/trunk/live-initramfs/Makefile	2007-05-09 10:45:41 UTC (rev 1431)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-all: install
+all: build
 
 test:
 	set -e; for SCRIPT in hooks/* scripts/live scripts/*/*; \
@@ -15,7 +15,7 @@
 	# Building live-md5check
 	CFLAGS="$(CFLAGS)" $(MAKE) -C bin/live-md5check
 
-install: test
+install: test build
 	# Installing configuration
 	install -D -m 0644 live.conf $(DESTDIR)/etc/live.conf
 




More information about the Debian-live-changes mailing list