[Fai-commit] r5317 - trunk

Michael Tautschnig mt at alioth.debian.org
Thu Apr 9 17:22:32 UTC 2009


Author: mt
Date: 2009-04-09 17:22:31 +0000 (Thu, 09 Apr 2009)
New Revision: 5317

Modified:
   trunk/Makefile
Log:
fixed syntax error (conf.live.conf is not a good filename, conf/live.conf is
somewhat better)

@Thomas: I hope you don't mind me committing that right away

PS.: I like the experimental auto-builder that told me about that ... :-)


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-04-09 17:17:01 UTC (rev 5316)
+++ trunk/Makefile	2009-04-09 17:22:31 UTC (rev 5317)
@@ -36,7 +36,7 @@
 	install bin/dhclient-fai-script  $(DESTDIR)/etc/dhcp3
 	install -m644 conf/dhclient-fai.conf $(DESTDIR)/etc/dhcp3
 	install -m644 conf/apt.conf $(DESTDIR)/etc/apt/apt.conf.d/90fai
-	install -m644 conf/fai.conf conf/menu.lst conf.live.conf $(DESTDIR)/etc/fai/
+	install -m644 conf/fai.conf conf/menu.lst conf/live.conf $(DESTDIR)/etc/fai/
 	install -m644 conf/make-fai-nfsroot.conf $(DESTDIR)/etc/fai/
 	install -m644 conf/sources.list $(DESTDIR)/etc/fai/apt/
 	install -m644 conf/NFSROOT $(DESTDIR)/etc/fai




More information about the Fai-commit mailing list